Skip to content

Commit 0ca8773

Browse files
committed
Try to push the products into a separate products branch.
So we can remove them from main, avoiding git yuckiness.
1 parent e92ac06 commit 0ca8773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
add: '_manuscript/index.pdf'
5353
author_name: 'GitHub Actions'
5454
message: 'Add paper.pdf at ${{ github.sha }}'
55+
new_branch: products
5556

5657

5758
- name: Commit DOCX
@@ -61,4 +62,5 @@ jobs:
6162
add: '_manuscript/index.docx'
6263
author_name: 'GitHub Actions'
6364
message: 'Add paper.doxc at ${{ github.sha }}'
65+
new_branch: products
6466

0 commit comments

Comments
 (0)