diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 22f49c6..7a10ff7 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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