test
All checks were successful
build site / build_site (push) Successful in 22s

This commit is contained in:
Julien Malka 2024-10-11 00:01:33 +02:00
parent 9210da056f
commit aee773fb31
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' ! -name '.git' -exec rm -rf {} +
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -exec rm -rf {} +
ls -a
cp -r result/* .
rm result