This commit is contained in:
parent
84a78a22d3
commit
8633146a81
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
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
|
- uses: actions/cache@v3
|
||||||
name: Tectonic Cache
|
name: Tectonic cache
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/Tectonic
|
path: ~/.cache/Tectonic
|
||||||
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
|
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ token }}
|
||||||
files: |-
|
files: |-
|
||||||
${{ steps.extract_branch.outputs.branch }}.pdf
|
${{ steps.extract_branch.outputs.branch }}.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user