We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc09ab commit 254a7c2Copy full SHA for 254a7c2
.github/workflows/documentation.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: julia-actions/setup-julia@v2
19
with:
20
- version: '1'
+ version: '1.11'
21
- uses: julia-actions/cache@v2
22
- name: Install dependencies
23
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
0 commit comments