Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 1d2b0ec

Browse files
Merge pull request #534 from ArnoStrouwen/patch-1
[skip ci] doc compat
2 parents 01c38a5 + f5964ed commit 1d2b0ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ DiffEqOperators = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44

55
[compat]
6+
DiffEqOperators = "4.43"
67
Documenter = "0.27"

0 commit comments

Comments
 (0)