We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374f071 commit 310e3d9Copy full SHA for 310e3d9
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
working-directory: ./documentation
24
- name: Deploy
25
uses: peaceiris/actions-gh-pages@v3
26
- if: success() && github.ref == 'refs/heads/master'
+ if: success() && github.ref == 'refs/heads/main'
27
with:
28
github_token: ${{secrets.GITHUB_TOKEN}}
29
publish_dir: ./documentation/book
0 commit comments