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

This commit is contained in:
Julien Malka 2024-10-10 23:51:10 +02:00
parent f0aa416cde
commit 149f4e0495
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -12,3 +12,12 @@ jobs:
- name: Build the site
run: nix-build
- name: Update dependencies and open PR if necessary
run: |
git switch -C pages
git config user.name "DGNum Chores"
git config user.email "tech@dgnum.eu"
git commit --message "chore(npins): Update"
git push --set-upstream origin pages --force