Remove leftover packages before creating repo website
This commit is contained in:
parent
6a30e8f64c
commit
2afd3f986c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
|
@ -199,11 +199,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
xbps-rindex --add $PWD/*.xbps
|
xbps-rindex --add $PWD/*.xbps
|
||||||
xbps-rindex --clean $PWD
|
xbps-rindex --clean $PWD
|
||||||
|
xbps-rindex --remove $PWD
|
||||||
|
|
||||||
- name: Commit new repo state
|
- name: Commit new repo state
|
||||||
uses: stefanzweifel/git-auto-commit-action@v6
|
uses: stefanzweifel/git-auto-commit-action@v6
|
||||||
with:
|
with:
|
||||||
file_pattern: "*.xbps"
|
file_pattern: "*.xbps *.xbps.sig2"
|
||||||
commit_message: "Update package repo"
|
commit_message: "Update package repo"
|
||||||
|
|
||||||
# - name: checksum
|
# - name: checksum
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue