Skip to content

Commit

Permalink
Merge pull request #91 from ArnoStrouwen/patch-1
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 bdf2e3a + 0a4740d commit d0a089f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ReactionNetworkImporters = "b4db0fb7-de2a-5028-82bf-5021f5cfa881"

[compat]
Catalyst = "12.3"
Documenter = "0.27"
ReactionNetworkImporters = "0.13"

0 comments on commit d0a089f

Please sign in to comment.