Skip to content

optimize caching

optimize caching #54

Workflow file for this run

name: build
on:
push:
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
name: Build the article PDF
concurrency: showyourwork-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build the article PDF
id: build
uses: showyourwork/showyourwork-action@202dc7105b319bea583f0e406d42a0f8a6c0fa5a
with:
showyourwork-spec: git+https://github.com/maxisi/showyourwork.git
article-cache-number: 1
env:
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
OVERLEAF_EMAIL: ${{ secrets.OVERLEAF_EMAIL }}
OVERLEAF_PASSWORD: ${{ secrets.OVERLEAF_PASSWORD }}