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

This commit is contained in:
Julien Malka 2024-10-10 23:54:42 +02:00
parent dbacb41f58
commit b7ac3dfa8c
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -14,13 +14,15 @@ jobs:
- name: Update dependencies and open PR if necessary
run: |
shopt -s extglob
rm -- !(result)
cp -r result/* .
rm result
git switch -C pages
git add *
git config user.name "DGNum Chores"
git config user.name "DGNum Deploy"
git config user.email "tech@dgnum.eu"
git commit --message "chore(npins): Update"
git commit --message "Deploy site"
git push --set-upstream origin pages --force