Skip to content

Commit 9478422

Browse files
Merge pull request #65 from ArnoStrouwen/patch-1
[skip ci] doc compat
2 parents 4029301 + 683781a commit 9478422

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main()'
26+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'

docs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ MultiScaleArrays = "f9640e96-87f6-5992-9c3b-0743c6a49ffa"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44

55
[compat]
6-
Documenter = "0.27"
6+
Documenter = "0.27"
7+
MultiScaleArrays = "1.10"

0 commit comments

Comments
 (0)