Update deploy.yaml

This commit is contained in:
bronku 2026-06-08 14:56:40 +02:00
parent 68bf4f12e8
commit 2df1640a10

View file

@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 1
clean: true
sparse-checkout: |
/*
!www
@ -29,6 +30,10 @@ jobs:
cache: true
cache-dependancy-path: go.mod
- name: Clean out junk
run: |
git clean -ffdx
- name: Build
run: |
go generate