Skip to content

Commit

Permalink
Merge pull request #96 from ArnoStrouwen/patch-2
Browse files Browse the repository at this point in the history
doc compat
  • Loading branch information
ChrisRackauckas authored Nov 19, 2022
2 parents 65b4240 + e421d01 commit 6347ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 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"])'
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.27"
NonlinearSolve = "0.3"

0 comments on commit 6347ae5

Please sign in to comment.