From 149f4e0495efa7365f74645cd2ead36434966e93 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 10 Oct 2024 23:51:10 +0200 Subject: [PATCH] test workflow --- .forgejo/workflows/build-site.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.forgejo/workflows/build-site.yaml b/.forgejo/workflows/build-site.yaml index e997d42..6db1a20 100644 --- a/.forgejo/workflows/build-site.yaml +++ b/.forgejo/workflows/build-site.yaml @@ -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