Updated CI to use book.pdf name
All checks were successful
Publish PDF / publish (push) Successful in 16s
All checks were successful
Publish PDF / publish (push) Successful in 16s
This commit is contained in:
parent
5ccf352ded
commit
762484b764
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -23,8 +23,6 @@ jobs:
|
||||
key: ${{ runner.os }}-tectonic-
|
||||
- name: Compile latex
|
||||
run: ./tectonic book.tex
|
||||
- name: Rename PDF
|
||||
run: mv book.pdf ${{ steps.extract_branch.outputs.branch }}.pdf
|
||||
- name: Upload
|
||||
uses: VAllens/gitea-publish-generic-packages@v1
|
||||
env:
|
||||
@ -33,7 +31,7 @@ jobs:
|
||||
token: ${{ secrets.token }}
|
||||
package_version: ${{ github.sha }}
|
||||
files: |-
|
||||
${{ steps.extract_branch.outputs.branch }}.pdf
|
||||
book.pdf
|
||||
- uses: actions/cache@v3
|
||||
name: Tectonic cache
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user