File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ jobs:
11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - name : Checkout submodules
16
- shell : bash
17
- run : |
18
- git submodule sync --recursive
19
- git submodule update --init --force --recursive --depth=1
14
+ - uses : actions/checkout@v4
15
+ with :
16
+ submodules : true
17
+ fetch-depth : 0
20
18
21
19
- name : Setup Hugo
22
20
uses : peaceiris/actions-hugo@v2
28
26
run : hugo --gc --minify --cleanDestinationDir
29
27
30
28
- name : Deploy
31
- uses : peaceiris/actions-gh-pages@v3
29
+ uses : peaceiris/actions-gh-pages@v4
32
30
with :
33
31
deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
34
32
external_repository : ' hellupline/hellupline.github.io'
35
33
publish_branch : ' main'
36
34
publish_dir : ' ./public'
35
+ cname : ' hellupline.dev'
You can’t perform that action at this time.
0 commit comments