Skip to content

Commit

Permalink
run docs on lts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 19, 2024
1 parent 201f2a6 commit 26f9e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: 'lts'
- run: |
julia --project=docs -e '
import Pkg; Pkg.add("Documenter")
Expand Down

0 comments on commit 26f9e58

Please sign in to comment.