Skip to content

Commit 2afeff5

Browse files
Merge pull request #99 from ArnoStrouwen/patch-2
[skip ci] doc compat
2 parents f079afa + a879de9 commit 2afeff5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CompatHelper.yml

+1-1
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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[deps]
22
CellMLToolkit = "03cb29e0-1ef4-4721-aa24-cf58a006576f"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
5+
[compat]
6+
CellMLToolkit = "2.9"
7+
Documenter = "0.27"

0 commit comments

Comments
 (0)