We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea8303 commit fcc92f2Copy full SHA for fcc92f2
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