This commit is contained in:
parent
b484000f07
commit
e027a77002
1 changed files with 1 additions and 6 deletions
|
@ -16,12 +16,7 @@ jobs:
|
|||
- name: Grab packages
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install -y jq rsync tar wget && \
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_0.123.4_linux-amd64.tar.gz && \
|
||||
tar -xzvf hugo_0.123.4_linux-amd64.tar.gz && \
|
||||
chmod +x hugo
|
||||
- name: Run build task
|
||||
run: ./hugo --minify --logLevel info
|
||||
apt-get install -y jq rsync tar
|
||||
- name: Deploy to Server
|
||||
uses: easingthemes/ssh-deploy@main
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue