Skip to content

Pull request test

Pull request test #326

name: build pull request
on:
pull_request:
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@v1
with:
showyourwork-spec: git+https://github.com/showyourwork/showyourwork.git@5f1d87f996e56d4e7e02e6fb239ee9644b102c5a#egg=showyourwork
env:
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}