File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main
9
9
workflow_dispatch :
10
-
11
10
jobs :
12
11
deploy :
13
12
runs-on : ubuntu-22.04
14
13
steps :
15
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v3
16
15
with :
17
16
submodules : true # Fetch Hugo themes (true OR recursive)
18
17
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
19
18
20
- - uses : actions/setup-node@v4
21
- with :
22
- <<<<<<< HEAD
23
- node-version : 20
24
-
25
19
- name : Setup Hugo
26
- uses : peaceiris/actions-hugo@v3
20
+ uses : peaceiris/actions-hugo@v2
27
21
with :
28
- =======
29
- >>>>>>> fed30ed (This documentation change includes the following:)
30
22
hugo-version : 0.121.2
31
23
extended : true
32
-
33
24
- name : Install Dependencies
34
25
run : npm install autoprefixer postcss postcss-cli
35
26
- name : Build
36
27
run : hugo --minify
37
28
38
29
- name : Deploy
39
- uses : peaceiris/actions-gh-pages@v4
30
+ uses : peaceiris/actions-gh-pages@v3
40
31
if : github.ref == 'refs/heads/main'
41
32
with :
42
33
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments