Skip to content

Commit

Permalink
Fix Documenter CI
Browse files Browse the repository at this point in the history
Switches Documenter CI from Julia nightly to 1.10

Avoid the issue in:
julia-actions/GitHubActions.jl#34
  • Loading branch information
nhz2 authored Jul 18, 2024
1 parent cc2b0b9 commit fe502a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: nightly # change this to 1.6 once's that's official
version: '1.10'
show-versioninfo: true # this causes versioninfo to be printed to the action log
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
Expand Down

0 comments on commit fe502a3

Please sign in to comment.