Skip to content

Merge pull request #4 from lamalab-org/copilot/make-model-training-se… #61

Merge pull request #4 from lamalab-org/copilot/make-model-training-se…

Merge pull request #4 from lamalab-org/copilot/make-model-training-se… #61

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@f294fe2eb7275235596ff71c6de7b90d8e849fd6
with:
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
env:
SANDBOX_TOKEN: "${{ secrets.SANDBOX_TOKEN }}"
OVERLEAF_TOKEN: "${{ secrets.OVERLEAF_TOKEN }}"