test workflow
Some checks failed
build site / build_site (push) Failing after 21s

This commit is contained in:
Julien Malka 2024-10-10 23:58:41 +02:00
parent 9b7251aab1
commit bead72927b
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -14,7 +14,7 @@ jobs:
- name: Pushing site to pages branch
run: |
find . -mindepth 1 ! -name 'result' -exec rm -rf {} +
find . -mindepth 1 ! -name 'result' ! -name '.git' -exec rm -rf {} +
cp -r result/* .
rm result
git switch -C pages