remove pull as fetch should fix
This commit is contained in:
1
.github/workflows/design.yml
vendored
1
.github/workflows/design.yml
vendored
@@ -46,7 +46,6 @@ jobs:
|
|||||||
git config --global user.name "robot"
|
git config --global user.name "robot"
|
||||||
git fetch
|
git fetch
|
||||||
git checkout documentation
|
git checkout documentation
|
||||||
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