Skip to content

Commit 42a28e8

Browse files
committed
reemove the redundant .pdf
1 parent b9d454e commit 42a28e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: ls -al ./
2121
- run: ls -al ../
2222
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=BancroftRobodogsNotebook.pdf README.md
23-
- run: pdflatex -jobname=keywordsList-${{ github.ref_name }}.pdf keywordsList.tex
23+
- run: pdflatex -jobname=keywordsList-${{ github.ref_name }} keywordsList.tex
2424
- run: ls -al .
2525
- name: release
2626
uses: actions/create-release@v1

0 commit comments

Comments
 (0)