adding keywords to the build export
This commit is contained in:
parent
4e8e45bc8a
commit
9aef201fee
1 changed files with 10 additions and 0 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -20,6 +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 keywordsList.tex
|
||||
- run: ls -al .
|
||||
- name: release
|
||||
uses: actions/create-release@v1
|
||||
|
|
@ -41,3 +42,12 @@ jobs:
|
|||
asset_path: BancroftRobodogsNotebook.pdf
|
||||
asset_name: BancroftRobodogsNotebook.pdf
|
||||
asset_content_type: application/binary
|
||||
- name: Upload Keywords
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: keywordsList.pdf
|
||||
asset_name: keywordsList.pdf
|
||||
asset_content_type: application/binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue