Commit 76bd9f7 1 parent 28f17e0 commit 76bd9f7 Copy full SHA for 76bd9f7
File tree 4 files changed +16
-11
lines changed
4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
steps :
21
21
- uses : actions/checkout@v4
22
+ - uses : extractions/setup-just@v1
23
+ with :
24
+ just-version : 1.35.0
22
25
- name : Should annotate
23
26
id : annotate
24
27
# annotation is enabled conditionally
34
37
key : github-pages-${{ github.run_id }}
35
38
restore-keys : |
36
39
github-pages
37
- - uses : extractions/setup-just@v1
38
- with :
39
- just-version : 1.35.0
40
40
- name : Setup Aya
41
41
uses : aya-prover/setup-aya@latest
42
42
with :
Original file line number Diff line number Diff line change
1
+ # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
1
2
# based on https://github.com/actions/starter-workflows/blob/main/pages/static.yml
2
3
# and https://stackoverflow.com/questions/62750603/github-actions-trigger-another-action-after-one-action-is-completed/65698892#65698892
3
4
name : Deploy Gitub Pages
64
65
path : github-pages
65
66
- name : Deploy to GitHub Pages
66
67
id : deployment
67
- uses : actions/deploy-pages@v4
68
+ uses : actions/deploy-pages@v4
69
+
Original file line number Diff line number Diff line change 23
23
os : [ubuntu-latest, macos-latest, windows-latest]
24
24
fail-fast : false
25
25
steps :
26
+ - name : Checkout
27
+ uses : actions/checkout@v4
28
+ with :
29
+ submodules : recursive
30
+ - uses : extractions/setup-just@v1
31
+ with :
32
+ just-version : 1.35.0
26
33
- name : install elan on Ubuntu and macOS
27
34
if : matrix.os != 'windows-latest'
28
35
run : |
35
42
curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.ps1
36
43
.\elan-init.ps1 -NoPrompt 1 -DefaultToolchain none
37
44
echo "$HOME\.elan\bin" >> $env:GITHUB_PATH
38
- - name : Checkout
39
- uses : actions/checkout@v4
40
- with :
41
- submodules : recursive
42
45
- name : Should annotate
43
46
id : annotate
44
47
# annotation is enabled conditionally
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
22
+ - uses : extractions/setup-just@v1
23
+ with :
24
+ just-version : 1.35.0
22
25
- name : Should annotate
23
26
id : annotate
24
27
# annotation is enabled conditionally
34
37
key : github-pages-${{ github.run_id }}
35
38
restore-keys : |
36
39
github-pages
37
- - uses : extractions/setup-just@v1
38
- with :
39
- just-version : 1.35.0
40
40
- uses : actions/setup-java@v4
41
41
with :
42
42
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments