Update documentation.yml
This commit is contained in:
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@@ -56,11 +56,7 @@ jobs:
|
||||
git config --global user.name "robot"
|
||||
git add ${workflow_project_dir}/*.pdf
|
||||
git commit -m "Add design file PDFs to repo [skip ci]"
|
||||
git fetch
|
||||
git checkout documentation
|
||||
git merge main
|
||||
git push origin documentation
|
||||
gh pr create --head documentation --base main --title "Add design file PDFs to repo" --body "Automated PR from GHA"
|
||||
git push -u origin main
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user