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

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

View file

@ -12,10 +12,9 @@ jobs:
- name: Build the site
run: nix-build
- name: Update dependencies and open PR if necessary
- name: Pushing site to pages branch
run: |
shopt -s extglob
rm -rf -- !(result)
find . -mindepth 1 ! -name 'result' -exec rm -rf {} +
cp -r result/* .
rm result
git switch -C pages