We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344bde1 commit d53144bCopy full SHA for d53144b
.github/workflows/CompatHelper.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: "Run CompatHelper"
27
run: |
28
import CompatHelper
29
- CompatHelper.main(; subdirs = ["", "test"], bump_version=true)
+ CompatHelper.main(; subdirs = ["", "docs"], bump_version=true)
30
shell: julia --color=yes {0}
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments