Skip to content

Commit

Permalink
adding keywords to the build export
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Nov 15, 2023
1 parent 4e8e45b commit 9aef201
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 9aef201

Please sign in to comment.