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 406f0a6 commit f2ad9adCopy full SHA for f2ad9ad
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
version:
18
- '1.2'
19
- - '1.4'
+ - '1.5'
20
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
21
- 'nightly'
22
os:
@@ -65,5 +65,4 @@ jobs:
65
# doctest(ComponentArrays)'
66
- run: julia --project=docs docs/make.jl
67
env:
68
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments