Skip to content

Commit 03bc74d

Browse files
committed
docs(paper): don't store paper PDF in repo
Let's not store the PDF in the repo. I thought this would work smoothly with the CI action that autogenerates it, but it's causing headaches in other PRs. ci: remove generate PDF from paper draft workflow
1 parent 8a33814 commit 03bc74d

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/draft-paper.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ jobs:
2828
with:
2929
name: paper
3030
path: paper/paper.pdf
31-
32-
- name: Commit PDF to repository
33-
uses: EndBug/add-and-commit@v9
34-
with:
35-
message: "docs(paper): update PDF of paper draft"
36-
add: paper/paper.pdf

paper/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
paper.pdf

paper/paper.pdf

-183 KB
Binary file not shown.

0 commit comments

Comments
 (0)