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 a1dd147 commit a6cda09Copy full SHA for a6cda09
.github/workflows/mkdocs.yaml
@@ -49,7 +49,7 @@ jobs:
49
MAKEFLAGS: -j2
50
our_install_dir: $HOME/our_usr/
51
- name: Deploy Documentation
52
- if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
+ if: ${{ (github.ref == 'refs/heads/main' && github.repository == 'Symengine/symengine.py') || (github.ref == 'refs/heads/master' && github.repository == 'Symengine/symengine.py')}}
53
uses: peaceiris/actions-gh-pages@v3
54
with:
55
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments