From 08c494ea0f1b2eab015e2e23d9d33f85aebdc53c Mon Sep 17 00:00:00 2001 From: matei jordache Date: Tue, 5 Mar 2024 18:03:14 -0500 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 61ffd30..5624ed2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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