Skip to content

Commit

Permalink
Bump julia version of documentation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Dec 19, 2023
1 parent a55f347 commit b83486e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: "1"
version: "1.9"
- name: Configure doc environment
run: |
julia --project=docs/ -e '
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Dict{Symbol, OpenEOClient.Process} with 132 entries:
⋮ => ⋮
```


# Reference

```@autodocs
Expand Down

0 comments on commit b83486e

Please sign in to comment.