remove hugo build
All checks were successful
Hugo / build (push) Successful in 13s

This commit is contained in:
brookee 2024-02-27 21:56:20 -05:00
parent b484000f07
commit e027a77002

View file

@ -16,12 +16,7 @@ jobs:
- name: Grab packages - name: Grab packages
run: | run: |
apt-get update && \ apt-get update && \
apt-get install -y jq rsync tar wget && \ apt-get install -y jq rsync tar
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
- name: Deploy to Server - name: Deploy to Server
uses: easingthemes/ssh-deploy@main uses: easingthemes/ssh-deploy@main
env: env: