added git pull command in pipeline

This commit is contained in:
2024-12-11 19:48:40 +01:00
parent 5f40cb2d25
commit e5a6573c10
+2
View File
@@ -76,6 +76,8 @@ jobs:
- name: ls
run: ls
working-directory: ./dutchie032.github.io
- name: commit
run: git pull
- name: add
run: git add --a
working-directory: ./dutchie032.github.io