Skip to content

Commit

Permalink
gha: Do not deploy on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 14, 2021
1 parent b00b973 commit 8a219ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build
run: sphinx-build docs ./public
- name: Deploy
if: ${{ github.ref == 'refs/heads/sources' && github.repository == 'Symengine/symengine.github.io' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8a219ef

Please sign in to comment.