remove pull as fetch should fix

This commit is contained in:
2024-03-01 09:04:14 -05:00
parent b2c6ea64f3
commit ce8a7253b7

View File

@@ -46,7 +46,6 @@ jobs:
git config --global user.name "robot"
git fetch
git checkout documentation
git pull documentation
git add ${workflow_project_dir}/*.pdf
git commit -m "Add design file PDFs to repo [skip ci]"
git push origin documentation