add fetch
This commit is contained in:
3
.github/workflows/design.yml
vendored
3
.github/workflows/design.yml
vendored
@@ -44,8 +44,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.email "robot@mateijordache.info"
|
git config --global user.email "robot@mateijordache.info"
|
||||||
git config --global user.name "robot"
|
git config --global user.name "robot"
|
||||||
|
git fetch
|
||||||
git checkout documentation
|
git checkout documentation
|
||||||
git pull
|
git pull documentation
|
||||||
git add ${workflow_project_dir}/*.pdf
|
git add ${workflow_project_dir}/*.pdf
|
||||||
git commit -m "Add design file PDFs to repo [skip ci]"
|
git commit -m "Add design file PDFs to repo [skip ci]"
|
||||||
git push origin documentation
|
git push origin documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user