Skip to content

Commit

Permalink
Temporarily use Julia nightly for doc deployment (#874)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ararslan authored Jul 10, 2023
1 parent 0334c39 commit eac9bb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: nightly # needed until https://github.com/JuliaLang/julia/issues/49620 is in a release
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit eac9bb8

Please sign in to comment.