Skip to content

Commit e899382

Browse files
Remove PDF commit step from workflow
Removed the step to commit PDF draft to the repository.
1 parent 22b188a commit e899382

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ jobs:
3333
git config --global user.name "github-actions[bot]"
3434
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3535
36-
- name: Commit PDF to repository
37-
uses: EndBug/add-and-commit@v9
38-
with:
39-
message: '(auto) Paper PDF Draft'
40-
add: 'documentation/paper.pdf'

0 commit comments

Comments
 (0)