Skip to content

Commit

Permalink
Build docs on Julia v1.10 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored May 21, 2024
1 parent 2978c32 commit bce84a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
# Build documentation on Julia LTS
version: '1.6'
# Build documentation on Julia v1.10
version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit bce84a9

Please sign in to comment.