added git pull command in pipeline
This commit is contained in:
@@ -76,6 +76,8 @@ jobs:
|
|||||||
- name: ls
|
- name: ls
|
||||||
run: ls
|
run: ls
|
||||||
working-directory: ./dutchie032.github.io
|
working-directory: ./dutchie032.github.io
|
||||||
|
- name: commit
|
||||||
|
run: git pull
|
||||||
- name: add
|
- name: add
|
||||||
run: git add --a
|
run: git add --a
|
||||||
working-directory: ./dutchie032.github.io
|
working-directory: ./dutchie032.github.io
|
||||||
|
|||||||
Reference in New Issue
Block a user