File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
24
24
steps :
25
25
- name : Checkout main
26
- uses : actions/checkout@v2.3.4
26
+ uses : actions/checkout@v2.6.0
27
27
with :
28
28
ref : main
29
29
fetch-depth : 32
30
30
path : main
31
31
32
32
- name : Checkout gh-pages
33
- uses : actions/checkout@v2.3.4
33
+ uses : actions/checkout@v2.6.0
34
34
with :
35
35
ref : gh-pages
36
36
path : gh-pages
50
50
- name : Build and publish site
51
51
if : ${{ steps.change-check.outputs.DOCUMENTATION_CHANGED == 'true' }}
52
52
run : |
53
- curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.104.3 /hugo_0.104.3_Linux -64bit.tar.gz"
53
+ curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.108.0 /hugo_0.108.0_Linux -64bit.tar.gz"
54
54
tar -xf hugo.tar.gz
55
55
export PATH="$PWD:$PATH"
56
56
mkdir $GITHUB_WORKSPACE/WORK
You can’t perform that action at this time.
0 commit comments