Skip to content

Commit 89414d7

Browse files
committed
remove the creation of PDF from the CI
1 parent 35c4281 commit 89414d7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ github.token }}
3535

36-
- name: Upload PDF
37-
uses: actions/upload-release-asset@v1
38-
env:
39-
GITHUB_TOKEN: ${{ github.token }}
40-
with:
41-
upload_url: ${{ steps.create_release.outputs.upload_url }}
42-
asset_path: BancroftRobodogsNotebook.pdf
43-
asset_name: BancroftRobodogsNotebook.pdf
44-
asset_content_type: application/binary
36+
4537
- name: Upload Keywords
4638
uses: actions/upload-release-asset@v1
4739
env:

0 commit comments

Comments
 (0)