reemove the redundant .pdf

This commit is contained in:
Kevin Harrington 2023-11-15 08:59:40 -05:00
parent b9d454eb7c
commit 42a28e882c

View file

@ -20,7 +20,7 @@ jobs:
- run: ls -al ./ - run: ls -al ./
- run: ls -al ../ - run: ls -al ../
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=BancroftRobodogsNotebook.pdf README.md - 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 . - run: ls -al .
- name: release - name: release
uses: actions/create-release@v1 uses: actions/create-release@v1