parent
aecdf56a71
commit
9ac8f30f93
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
cd ~/hugo
|
cd ~/hugo
|
||||||
curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" --output hugo.tar.gz
|
curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" --output hugo.tar.gz
|
||||||
tar -xvzf hugo.tar.gz
|
tar -xvzf hugo.tar.gz
|
||||||
sudo mv hugo /usr/local/bin
|
mv hugo /usr/local/bin
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
- name: Create Key File
|
- name: Create Key File
|
||||||
|
|
Loading…
Reference in a new issue