generated from Skynet/deploy_user
no longer installing via package, just using build
Some checks failed
On_Push / build (push) Failing after 11s
Some checks failed
On_Push / build (push) Failing after 11s
This commit is contained in:
parent
a814ef8270
commit
0de1f11b29
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ jobs:
|
|||
run: |
|
||||
HUGO_VERSION=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep -Po '"tag_name": "\K[^"]+')
|
||||
wget -q https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-amd64.deb
|
||||
dpkg -i ./hugo_extended_${HUGO_VERSION}_Linux-amd64.deb
|
||||
tar -xvzf hugo_extended_${HUGO_VERSION}_Linux-amd64.tar.gz
|
||||
sudo mv hugo /usr/local/bin
|
||||
hugo version
|
||||
|
||||
# Step 3: Ensure submodules or themes are initialized (only needed if your using github submodules for theme purposes)
|
||||
|
|
Loading…
Add table
Reference in a new issue