This commit is contained in:
parent
f0aa416cde
commit
149f4e0495
1 changed files with 9 additions and 0 deletions
|
@ -12,3 +12,12 @@ jobs:
|
||||||
- name: Build the site
|
- name: Build the site
|
||||||
run: nix-build
|
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
|
||||||
|
|
Loading…
Reference in a new issue