workflow simplify

This commit is contained in:
themelm 2025-05-25 02:42:12 -07:00
parent c62d1a95ea
commit d48ec96e01

View file

@ -28,6 +28,14 @@ jobs:
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-amd64.deb
dpkg -i hugo.deb
- uses: https://forge.melm.xyz/melmco/cache@v4
with:
path: |
~/.cache/go-build
~/go
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Build
run: |