update build step again
Some checks failed
Deploy / deploy (push) Failing after 4s

This commit is contained in:
2026-05-24 23:36:09 -03:00
parent cca8cba42e
commit 368fdbc965

View File

@@ -19,10 +19,9 @@ jobs:
- name: Build
run: |
docker run --rm \
-v $(pwd):/src \
-w /src \
klakegg/hugo:latest
wget https://github.com/gohugoio/hugo/releases/download/v0.147.1/hugo_0.147.1_linux-amd64.tar.gz
tar -xzf hugo_0.147.1_linux-amd64.tar.gz
./hugo
- name: Deploy
run: |