Skip to content

Commit 25d6cba

Browse files
Merge pull request #17 from ArnoStrouwen/doccompat
doc compat
2 parents 5d15acd + 860babb commit 25d6cba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[deps]
2+
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
23
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34

45
[compat]
5-
Documenter = "0.27"
6+
CommonSolve = "0.2"
7+
Documenter = "0.27"

0 commit comments

Comments
 (0)