This commit is contained in:
parent
8591e4a09b
commit
84a78a22d3
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
@ -26,6 +26,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt -y install curl
|
apt -y install curl
|
||||||
curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh
|
curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
name: Tectonic Cache
|
||||||
|
with:
|
||||||
|
path: ~/.cache/Tectonic
|
||||||
|
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-tectonic-
|
||||||
- name: Compile latex
|
- name: Compile latex
|
||||||
run: ./tectonic main.tex
|
run: ./tectonic main.tex
|
||||||
- name: Rename PDF
|
- name: Rename PDF
|
||||||
@ -35,6 +42,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
|
token: ${{ github.token }}
|
||||||
files: |-
|
files: |-
|
||||||
${{ steps.extract_branch.outputs.branch }}.pdf
|
${{ steps.extract_branch.outputs.branch }}.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user