File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v4
32
32
with :
33
33
# if your default branches is not master, please change it here
34
- ref : master
34
+ ref : code
35
35
submodules : ' recursive'
36
36
37
37
- name : Setup Hugo
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ permissions:
10
10
pages : write
11
11
id-token : write
12
12
13
- # Allow one concurrent deployment
14
- concurrency :
15
- group : ' pages'
16
- cancel-in-progress : true
17
-
18
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
19
14
jobs :
20
15
# This workflow contains a single job called "build"
27
22
- uses : actions/checkout@v4
28
23
with :
29
24
# if your default branches is not master, please change it here
30
- ref : master
25
+ ref : code
31
26
submodules : ' recursive'
32
27
33
28
- name : Setup Hugo
Original file line number Diff line number Diff line change 13
13
# Allows you to run this workflow manually from the Actions tab
14
14
workflow_dispatch :
15
15
16
- concurrency :
17
- group : deploy-pages
18
- cancel-in-progress : true
19
-
20
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
21
17
jobs :
22
18
# This workflow contains a single job called "build"
You can’t perform that action at this time.
0 commit comments