File tree Expand file tree Collapse file tree 3 files changed +1
-23
lines changed Expand file tree Collapse file tree 3 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 56
56
CHIVE : ${{ github.workspace }}/site/chive
57
57
PR : ${{ github.workspace }}/site/pr
58
58
MD : ${{ github.workspace }}/site/built
59
- services :
60
- mysql :
61
- image : mysql:8.0
62
- env :
63
- MYSQL_ROOT_PASSWORD : root
64
- ports :
65
- - " 8888:3306"
66
- options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
67
59
steps :
68
60
- name : " Check Out Main Branch"
69
61
uses : actions/checkout@v4
92
84
uses : carpentries/actions/setup-lesson-deps@main
93
85
with :
94
86
cache-version : ${{ secrets.CACHE_VERSION }}
95
-
96
- - name : Setup slurm
97
- uses : koesterlab/setup-slurm-action@v1
98
87
99
88
- name : " Validate and Build Markdown"
100
89
id : build-site
Original file line number Diff line number Diff line change 32
32
env :
33
33
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
34
34
RENV_PATHS_ROOT : ~/.local/share/renv/
35
- services :
36
- mysql :
37
- image : mysql:8.0
38
- env :
39
- MYSQL_ROOT_PASSWORD : root
40
- ports :
41
- - " 8888:3306"
42
- options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
43
35
steps :
44
36
45
37
- name : " Checkout Lesson"
64
56
with :
65
57
cache-version : ${{ secrets.CACHE_VERSION }}
66
58
67
- - name : Setup slurm
68
- uses : koesterlab/setup-slurm-action@v1
69
-
70
59
- name : " Deploy Site"
71
60
run : |
72
61
reset <- "${{ github.event.inputs.reset }}" == "true"
Original file line number Diff line number Diff line change 1
- 0.16.10
1
+ 0.16.11
You can’t perform that action at this time.
0 commit comments