reemove the redundant .pdf
This commit is contained in:
parent
b9d454eb7c
commit
42a28e882c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue