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 d0cb0f3 commit b9d9ac9Copy full SHA for b9d9ac9
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
version:
13
- '1.5'
14
- - '^1.6.0-0'
+ - '1'
15
os:
16
- ubuntu-latest
17
- macOS-latest
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@v2
48
- uses: julia-actions/setup-julia@v1
49
with:
50
- version: '1.5'
+ version: '1'
51
- run: |
52
julia --project=docs -e '
53
using Pkg
@@ -56,4 +56,4 @@ jobs:
56
- run: julia --project=docs docs/make.jl
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
docs/Project.toml
@@ -2,4 +2,4 @@
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
4
[compat]
5
-Documenter = "= 0.26.0"
+Documenter = "= 0.27"
0 commit comments