Skip to content

Commit

Permalink
change documentation engine to juia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Beghini committed Sep 25, 2024
1 parent 5d1a481 commit cca0016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.8'
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 cca0016

Please sign in to comment.