Fix issue with workflow
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 24s
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 24s
This commit is contained in:
parent
083aa45005
commit
a1b56ed2b5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_extended_0.164.0_linux-amd64.tar.gz
|
wget https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_extended_0.164.0_linux-amd64.tar.gz
|
||||||
tar -xzf hugo_extended_0.147.8_linux-amd64.tar.gz
|
tar -xzf hugo_extended_0.164.0_linux-amd64.tar.gz
|
||||||
chmod +x hugo
|
chmod +x hugo
|
||||||
mkdir -p ~/bin
|
mkdir -p ~/bin
|
||||||
mv hugo ~/bin/
|
mv hugo ~/bin/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue