Skip to content

Commit 795f5b8

Browse files
committed
Fix doc deploy
1 parent b902ba0 commit 795f5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v1.0.0
1717
- uses: julia-actions/setup-julia@v2
1818
with:
19-
version: 1.10
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)