We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3964319 commit 57537dbCopy full SHA for 57537db
1 file changed
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
name: docs-html
33
path: docs/_site
34
- name: publish dev docs
35
- #if: github.ref_name == 'main' && github.ref_type == 'branch'
+ if: github.ref_name == 'main' && github.ref_type == 'branch'
36
uses: peaceiris/actions-gh-pages@v3
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments