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 982a768 commit a7ffa13Copy full SHA for a7ffa13
.github/workflows/BuildDocs.yml
@@ -17,7 +17,7 @@ jobs:
17
run: julia --project=docs/ --color=yes docs/make.jl
18
- name: Deploy Documentation
19
if: ${{ (github.ref == 'refs/heads/main' && github.repository == 'Symengine/symengine.jl') || (github.ref == 'refs/heads/master' && github.repository == 'Symengine/symengine.jl')}}
20
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
21
with:
22
github_token: ${{ secrets.GITHUB_TOKEN }}
23
publish_dir: ./docs/build
0 commit comments