Skip to content

Commit

Permalink
run docs on pre
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 20, 2024
1 parent ca6ca3a commit 0c15fda
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 @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v2
with:
version: '1.11'
version: 'pre'
- run: |
julia --project=docs -e '
import Pkg; Pkg.add("Documenter")
Expand Down

0 comments on commit 0c15fda

Please sign in to comment.