Skip to content

Test without data files #28

Test without data files

Test without data files #28

Workflow file for this run

name: build
on:
push:
branches: [main]
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
env:
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
with:
showyourwork-spec: git+https://github.com/thomasckng/showyourwork