renamed document
This commit is contained in:
parent
c5d0c4d638
commit
37f35a15aa
2 changed files with 3 additions and 4 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -19,8 +19,7 @@ jobs:
|
|||
- run: echo $PWD
|
||||
- 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 }} keywordsList.tex
|
||||
- run: pdflatex -jobname=ZenCompetition-${{ github.ref_name }} ZenCompetition.tex
|
||||
- run: ls -al .
|
||||
- name: release
|
||||
uses: actions/create-release@v1
|
||||
|
|
@ -40,6 +39,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: keywordsList-${{ github.ref_name }}.pdf
|
||||
asset_name: keywordsList-${{ github.ref_name }}.pdf
|
||||
asset_path: ZenCompetition-${{ github.ref_name }}.pdf
|
||||
asset_name: ZenCompetition-${{ github.ref_name }}.pdf
|
||||
asset_content_type: application/binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue