Skip to content

Commit

Permalink
build docs with julia 1.10
Browse files Browse the repository at this point in the history
see if julia 1.11 is the reason for push failures
  • Loading branch information
dpo authored Oct 10, 2024
1 parent c92fb0a commit 21a7399
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: '1'
version: '1.10'
- name: Install dependencies
run: julia --project=docs --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit 21a7399

Please sign in to comment.