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 b355811 commit 2b60bacCopy full SHA for 2b60bac
.github/workflows/CompatHelper.yml
@@ -1,19 +1,16 @@
1
name: CompatHelper
2
-
3
on:
4
schedule:
5
- cron: '00 00 * * *'
6
+ workflow_dispatch:
7
jobs:
8
CompatHelper:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: julia-actions/setup-julia@latest
12
- with:
13
- version: 1.3
14
- name: Pkg.add("CompatHelper")
15
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
16
- name: CompatHelper.main()
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
19
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "docs", "test"])'
0 commit comments