Skip to content

Commit 10fd02c

Browse files
author
Marius Isken
committed
fixing docs workflow
1 parent 292ef9b commit 10fd02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
sphinx-build doc/source _build
2323
- name: Deploy
2424
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' }}
25+
if: "startsWith(github.ref, 'refs/tags/')"
26+
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2727
with:
2828
publish_branch: gh-pages
2929
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)