Skip to content

Commit a7ffa13

Browse files
committed
/
1 parent 982a768 commit a7ffa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: julia --project=docs/ --color=yes docs/make.jl
1818
- name: Deploy Documentation
1919
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
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./docs/build

0 commit comments

Comments
 (0)