Skip to content

Commit 4e402bd

Browse files
committed
trying deploy
1 parent c627f09 commit 4e402bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
with:
1616
version: "1"
1717
- uses: julia-actions/cache@v2
18-
- uses: julia-actions/julia-docdeploy@v1
18+
run: |
19+
julia --project=docs/ docs/make.jl deploy
1920
env:
2021
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)