Skip to content

Commit b9d9ac9

Browse files
committed
update docs
1 parent d0cb0f3 commit b9d9ac9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.5'
14-
- '^1.6.0-0'
14+
- '1'
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: julia-actions/setup-julia@v1
4949
with:
50-
version: '1.5'
50+
version: '1'
5151
- run: |
5252
julia --project=docs -e '
5353
using Pkg
@@ -56,4 +56,4 @@ jobs:
5656
- run: julia --project=docs docs/make.jl
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
59+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "= 0.26.0"
5+
Documenter = "= 0.27"

0 commit comments

Comments
 (0)