ci: nuke old public before regenerating
All checks were successful
/ render (push) Successful in 38s
All checks were successful
/ render (push) Successful in 38s
This commit is contained in:
parent
25170bb309
commit
4b82a3462d
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ jobs:
|
|||
path: public
|
||||
token: ${{ secrets.PAGES_TOKEN }}
|
||||
- name: Render website
|
||||
run: ikiwiki --setup ikiwiki.setup --getctime
|
||||
run: |
|
||||
rm -Rf public/*
|
||||
ikiwiki --setup ikiwiki.setup --getctime
|
||||
- name: Website upload
|
||||
run: |
|
||||
rm -Rf public/.forgejo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue