This commit is contained in:
parent
706a5d8b7a
commit
e6b2688458
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
@ -15,6 +15,12 @@ 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
|
||||||
|
- name: Restore cache
|
||||||
|
id: cache-restore
|
||||||
|
uses: actions/cache/restore@v4
|
||||||
|
with:
|
||||||
|
path: ~/.cache/Tectonic
|
||||||
|
key: ${{ runner.os }}-tectonic-
|
||||||
- name: Compile latex
|
- name: Compile latex
|
||||||
run: ./tectonic main.tex
|
run: ./tectonic main.tex
|
||||||
- name: Rename PDF
|
- name: Rename PDF
|
||||||
@ -32,6 +38,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ~/.cache/Tectonic
|
path: ~/.cache/Tectonic
|
||||||
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
|
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-tectonic-
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user