Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
Updated to build documentation on Julia 1.9.
  • Loading branch information
DimitriAlston authored Jun 30, 2023
1 parent 005484d commit 90d449c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
# Build documentation on Julia 1.6
version: '1.6'
# Build documentation on Julia 1.9
version: '1'
- 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 90d449c

Please sign in to comment.