forgejo-ci: clear-out public workflow when deploying
Some checks failed
/ render (push) Failing after 34s
Some checks failed
/ render (push) Failing after 34s
This commit is contained in:
parent
39227d6118
commit
796b9be6f3
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ jobs:
|
|||
run: ikiwiki --setup ikiwiki.setup
|
||||
- name: Website upload
|
||||
run: |
|
||||
rm -R public/.forgejo
|
||||
mkdir -p public/.forgejo/workflows
|
||||
cp .forgejo/workflows/deploy.yaml public/.forgejo/workflows/.
|
||||
git log -1 --pretty=%B > commit.txt
|
||||
cd public
|
||||
|
|
Loading…
Reference in a new issue