We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b12827 + d5dde2c commit 18c1c62Copy full SHA for 18c1c62
.github/workflows/documentation.yaml
@@ -19,7 +19,7 @@ jobs:
19
cd doc ; make clean ; make html
20
- name: Deploy to GitHub Pages
21
uses: peaceiris/actions-gh-pages@v3
22
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
23
with:
24
publish_branch: gh-pages
25
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments