We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b218f commit b5a5243Copy full SHA for b5a5243
.github/workflows/docs.yml
@@ -39,6 +39,8 @@ jobs:
39
run: |
40
mv docs/quarto_report/quarto_report.html docs/quarto_report/index.html
41
- name: Publish html report to github pages
42
+ # Only publish a new static report upon a new release -> can be changed.
43
+ if: startsWith(github.ref, 'refs/tags')
44
uses: peaceiris/actions-gh-pages@v4
45
with:
46
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments