Skip to content

Commit b902ba0

Browse files
committed
Fix doc deploy
1 parent db44f31 commit b902ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/[email protected]
17-
- uses: julia-actions/setup-julia@latest
17+
- uses: julia-actions/setup-julia@v2
1818
with:
19-
version: 1.3.1
19+
version: 1.10
2020
- uses: julia-actions/julia-docdeploy@releases/v1
2121
env:
2222
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)