Skip to content

Commit 310e3d9

Browse files
committed
Fix gh pages deployment
1 parent 374f071 commit 310e3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: ./documentation
2424
- name: Deploy
2525
uses: peaceiris/actions-gh-pages@v3
26-
if: success() && github.ref == 'refs/heads/master'
26+
if: success() && github.ref == 'refs/heads/main'
2727
with:
2828
github_token: ${{secrets.GITHUB_TOKEN}}
2929
publish_dir: ./documentation/book

0 commit comments

Comments
 (0)