install deps
Some checks failed
Build Hugo Site / build (push) Failing after 3s

This commit is contained in:
2025-11-10 02:52:20 -03:00
parent 1dc2d68eff
commit 6b76c3044f

View File

@@ -14,6 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install deploy deps
run: |
apk add --no-cache rsync openssh
- name: Build
run: hugo --minify