Skip to content

Commit

Permalink
Merge pull request #17 from ArnoStrouwen/doccompat
Browse files Browse the repository at this point in the history
doc compat
  • Loading branch information
ChrisRackauckas authored Nov 26, 2022
2 parents 5d15acd + 860babb commit 25d6cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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: 3 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.27"
CommonSolve = "0.2"
Documenter = "0.27"

0 comments on commit 25d6cba

Please sign in to comment.