CI pipeline rename action updated to work with book.tex
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user