Skip to content

Commit

Permalink
Update book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 30, 2023
1 parent 85a8dcf commit bb230e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: target
run: |
echo "Branch: ${{ github.ref }}"
if ${{ github.ref == 'refs/heads/main' }}; then
if ${{ github.ref == 'refs/heads/master' }}; then
echo "branch=gh-pages" >> $GITHUB_OUTPUT
else
echo "branch=draft" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bb230e8

Please sign in to comment.