Skip to content

Commit

Permalink
Merge pull request #38 from AdamGagorik/AdamGagorik-patch-1
Browse files Browse the repository at this point in the history
Publish on release
  • Loading branch information
AdamGagorik authored Apr 20, 2022
2 parents bf4696c + e6755c2 commit c9645f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./doc/build.sh
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' }} || startsWith(github.ref, 'refs/tags/v')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/build/html

0 comments on commit c9645f9

Please sign in to comment.