Skip to content

Commit 913e654

Browse files
authored
Update CI.yml
1 parent c316e94 commit 913e654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.11' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
19-
#- 'nightly'
19+
- 'nightly'
2020
os:
2121
- ubuntu-latest
2222
arch:
@@ -59,4 +59,4 @@ jobs:
5959
- run: julia --project=docs docs/make.jl
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
62+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)