Skip to content

Commit

Permalink
Merge pull request #99 from ArnoStrouwen/patch-2
Browse files Browse the repository at this point in the history
[skip ci] doc compat
  • Loading branch information
ChrisRackauckas authored Nov 19, 2022
2 parents f079afa + a879de9 commit 2afeff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[deps]
CellMLToolkit = "03cb29e0-1ef4-4721-aa24-cf58a006576f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
CellMLToolkit = "2.9"
Documenter = "0.27"

0 comments on commit 2afeff5

Please sign in to comment.