Update deploy.yaml
This commit is contained in:
parent
68bf4f12e8
commit
2df1640a10
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue