Move to different path
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -14m0s
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -14m0s
This commit is contained in:
parent
cece16be59
commit
4d7f2b36f7
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ jobs:
|
|||
wget https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_0.125.4_linux-amd64.tar.gz
|
||||
tar -xzf hugo_0.125.4_linux-amd64.tar.gz
|
||||
chmod +x hugo
|
||||
sudo mv hugo /usr/local/bin/
|
||||
mkdir -p ~/bin
|
||||
mv hugo ~/bin/
|
||||
echo "~/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue