Skip to content

Commit eac9bb8

Browse files
authored
Temporarily use Julia nightly for doc deployment (#874)
The fix for Julia issue 49620 has not been backported to earlier versions, so documentation deployment is still affected with anything prior to Julia v1.10.0-DEV.1229.
1 parent 0334c39 commit eac9bb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v3
48+
- uses: julia-actions/setup-julia@v1
49+
with:
50+
version: nightly # needed until https://github.com/JuliaLang/julia/issues/49620 is in a release
4851
- uses: julia-actions/julia-buildpkg@v1
4952
- uses: julia-actions/julia-docdeploy@v1
5053
env:

0 commit comments

Comments
 (0)