Skip to content

Commit

Permalink
reemove the redundant .pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Nov 15, 2023
1 parent b9d454e commit 42a28e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: ls -al ./
- run: ls -al ../
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=BancroftRobodogsNotebook.pdf README.md
- run: pdflatex -jobname=keywordsList-${{ github.ref_name }}.pdf keywordsList.tex
- run: pdflatex -jobname=keywordsList-${{ github.ref_name }} keywordsList.tex
- run: ls -al .
- name: release
uses: actions/create-release@v1
Expand Down

0 comments on commit 42a28e8

Please sign in to comment.