CI pipeline rename action updated to work with book.tex
This commit is contained in:
parent
8115f78676
commit
77022747e9
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Compile latex
|
||||
run: ./tectonic book.tex
|
||||
- name: Rename PDF
|
||||
run: mv main.pdf ${{ steps.extract_branch.outputs.branch }}.pdf
|
||||
run: mv book.pdf ${{ steps.extract_branch.outputs.branch }}.pdf
|
||||
- name: Upload
|
||||
uses: VAllens/gitea-publish-generic-packages@v1
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user