We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292ef9b commit 10fd02cCopy full SHA for 10fd02c
.github/workflows/documentation.yml
@@ -22,8 +22,8 @@ jobs:
22
sphinx-build doc/source _build
23
- name: Deploy
24
uses: peaceiris/actions-gh-pages@v3
25
- # Or?: if: "startsWith(github.ref, 'refs/tags/')"
26
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: "startsWith(github.ref, 'refs/tags/')"
+ # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
27
with:
28
publish_branch: gh-pages
29
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments