Skip to content

Re-enable action caching after the fix #9

Re-enable action caching after the fix

Re-enable action caching after the fix #9

Workflow file for this run

name: build
on:
push:
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
with:
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
uses: showyourwork/showyourwork-action@main
env:
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}