Skip to content

Commit

Permalink
Merge pull request #186 from SciML/at/compathelper
Browse files Browse the repository at this point in the history
ci(GHA): properly set up CompatHelper workflow
  • Loading branch information
ChrisRackauckas authored Nov 7, 2023
2 parents d58560b + 1d2244d commit cb781b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows → .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'

0 comments on commit cb781b9

Please sign in to comment.