CI-Build #1
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
apt -y install curl
|
||||
curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net |sh
|
||||
- uses: actions/cache@v3
|
||||
name: Tectonic Cache
|
||||
name: Tectonic cache
|
||||
with:
|
||||
path: ~/.cache/Tectonic
|
||||
key: ${{ runner.os }}-tectonic-${{ hashFiles('**/*.tex') }}
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
token: ${{ token }}
|
||||
files: |-
|
||||
${{ steps.extract_branch.outputs.branch }}.pdf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user