Skip to content

Commit f2ad9ad

Browse files
committed
Docs not building. Hopefully this fixes it.
1 parent 406f0a6 commit f2ad9ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.2'
19-
- '1.4'
19+
- '1.5'
2020
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2121
- 'nightly'
2222
os:
@@ -65,5 +65,4 @@ jobs:
6565
# doctest(ComponentArrays)'
6666
- run: julia --project=docs docs/make.jl
6767
env:
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)