mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
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: echo $PWD
|
||||||
- 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: pdflatex -jobname=ZenCompetition-${{ github.ref_name }} ZenCompetition.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
|
||||||
|
|
@ -40,6 +39,6 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: keywordsList-${{ github.ref_name }}.pdf
|
asset_path: ZenCompetition-${{ github.ref_name }}.pdf
|
||||||
asset_name: keywordsList-${{ github.ref_name }}.pdf
|
asset_name: ZenCompetition-${{ github.ref_name }}.pdf
|
||||||
asset_content_type: application/binary
|
asset_content_type: application/binary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue