We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8df7ab4 + fcc92f2 commit 436afccCopy full SHA for 436afcc
1 file changed
.github/workflows/docs.yml
@@ -31,6 +31,7 @@ jobs:
31
name: docs-html
32
path: docs/_build/html/
33
- name: publish docs
34
+ if: github.ref_name == 'main' && github.ref_type == 'branch'
35
uses: peaceiris/actions-gh-pages@v3
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments