Skip to content

auto commit from showyourwork tests #349

auto commit from showyourwork tests

auto commit from showyourwork tests #349

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
name: Build the article PDF
permissions: write-all
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@9987603860836147f19f5022b902c2d43e7268e4
with:
showyourwork-spec: git+https://github.com/vandalt/showyourwork.git@46e877b201acc92e4cb7f1a206c9fae416d4fd6b#egg=showyourwork
env:
SANDBOX_TOKEN: "${{ secrets.SANDBOX_TOKEN }}"
OVERLEAF_TOKEN: "${{ secrets.OVERLEAF_TOKEN }}"