Skip to content

Commit 08c494e

Browse files
Update documentation.yml
1 parent ec95ebb commit 08c494e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ jobs:
5656
git config --global user.name "robot"
5757
git add ${workflow_project_dir}/*.pdf
5858
git commit -m "Add design file PDFs to repo [skip ci]"
59-
git fetch
60-
git checkout documentation
61-
git merge main
62-
git push origin documentation
63-
gh pr create --head documentation --base main --title "Add design file PDFs to repo" --body "Automated PR from GHA"
59+
git push -u origin main
6460
6561
- name: Archive artifacts
6662
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)