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-
|
key: ${{ runner.os }}-tectonic-
|
||||||
- name: Compile latex
|
- name: Compile latex
|
||||||
run: ./tectonic book.tex
|
run: ./tectonic book.tex
|
||||||
- name: Rename PDF
|
|
||||||
run: mv book.pdf ${{ steps.extract_branch.outputs.branch }}.pdf
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: VAllens/gitea-publish-generic-packages@v1
|
uses: VAllens/gitea-publish-generic-packages@v1
|
||||||
env:
|
env:
|
||||||
@ -33,7 +31,7 @@ jobs:
|
|||||||
token: ${{ secrets.token }}
|
token: ${{ secrets.token }}
|
||||||
package_version: ${{ github.sha }}
|
package_version: ${{ github.sha }}
|
||||||
files: |-
|
files: |-
|
||||||
${{ steps.extract_branch.outputs.branch }}.pdf
|
book.pdf
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
name: Tectonic cache
|
name: Tectonic cache
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user