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
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
clean: true
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
/*
|
/*
|
||||||
!www
|
!www
|
||||||
|
|
@ -29,6 +30,10 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
cache-dependancy-path: go.mod
|
cache-dependancy-path: go.mod
|
||||||
|
|
||||||
|
- name: Clean out junk
|
||||||
|
run: |
|
||||||
|
git clean -ffdx
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
go generate
|
go generate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue