Skip to content

Commit

Permalink
corrected master to main in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Aug 20, 2024
1 parent 55eb9ba commit 9ffeec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: linkchecker --ignore-url "print.html" book

- name: Deploy book
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9ffeec3

Please sign in to comment.