Skip to content

Commit d53144b

Browse files
authored
Fix CompatHelper directories (#100)
1 parent 344bde1 commit d53144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Run CompatHelper"
2727
run: |
2828
import CompatHelper
29-
CompatHelper.main(; subdirs = ["", "test"], bump_version=true)
29+
CompatHelper.main(; subdirs = ["", "docs"], bump_version=true)
3030
shell: julia --color=yes {0}
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)