Skip to content

Commit

Permalink
Update .github/workflows/book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy authored Jan 17, 2025
1 parent 1b065ad commit a869fe3
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 @@ -45,7 +45,7 @@ jobs:
path: book/build

deploy:
# Only deploy if a push to main
# Only deploy if a push to dev
if: github.ref_name == 'dev' && github.event_name == 'push'
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit a869fe3

Please sign in to comment.