Skip to content

Commit

Permalink
Try to push the products into a separate products branch.
Browse files Browse the repository at this point in the history
So we can remove them from main, avoiding git yuckiness.
  • Loading branch information
arokem committed Jun 19, 2024
1 parent e92ac06 commit 0ca8773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
add: '_manuscript/index.pdf'
author_name: 'GitHub Actions'
message: 'Add paper.pdf at ${{ github.sha }}'
new_branch: products


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

0 comments on commit 0ca8773

Please sign in to comment.