pipeline fixes

This commit is contained in:
2024-12-11 19:53:38 +01:00
parent 7a7d89f409
commit b5fac7b5d1
+2 -1
View File
@@ -77,7 +77,8 @@ jobs:
run: ls run: ls
working-directory: ./dutchie032.github.io working-directory: ./dutchie032.github.io
- name: commit - name: commit
run: git pull run: git pull --rebase
working-directory: ./dutchie032.github.io
- name: add - name: add
run: git add --a run: git add --a
working-directory: ./dutchie032.github.io working-directory: ./dutchie032.github.io