Skip to content

Commit

Permalink
Merge pull request #55 from JuliaFolds2/CI_docs_on_lts
Browse files Browse the repository at this point in the history
CI docs on lts and update CI versions
  • Loading branch information
lmiq authored Nov 19, 2024
2 parents 2a607a5 + 6bc11a7 commit a150cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- 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 a150cda

Please sign in to comment.