Skip to content

Automate page number counting and fix stderr #34

Automate page number counting and fix stderr

Automate page number counting and fix stderr #34

Workflow file for this run

name: Curvenote Preview Draft from PR
on:
pull_request_target:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
publish:
uses: curvenote/actions/.github/workflows/draft.yml@v1
with:
id-pattern-regex: '^morganton-2024-(?:[a-zA-Z0-9-_]{3,15})$'
venue: ncssm-mor
kind: original
path: papers/*
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}