Skip to content

Commit 9aed9d5

Browse files
Update gh pages deploy workflow
1 parent 174940f commit 9aed9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Deploy
2424
uses: peaceiris/actions-gh-pages@v3
25-
if: ${{ github.ref == 'refs/heads/main' }}
25+
if: ${{ github.ref == 'refs/heads/master' }}
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_dir: ./book

0 commit comments

Comments
 (0)