ci: nuke old public before regenerating
All checks were successful
/ render (push) Successful in 38s

This commit is contained in:
Antoine Martin 2026-01-03 15:39:58 -05:00
commit 4b82a3462d
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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