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.
release
1
1 parent 688b28f commit 1eae9ccCopy full SHA for 1eae9cc
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
version:
22
- - 'release'
+ - '1'
23
- 'lts'
24
- 'nightly'
25
os:
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@v1
18
with:
- version: 'release'
+ version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
0 commit comments