Skip to content

Update 2024 Template (MyST) #18

Update 2024 Template (MyST)

Update 2024 Template (MyST) #18

Workflow file for this run

name: curvenote
on:
pull_request:
branches: ['2024']
permissions:
contents: read
pull-requests: write
jobs:
publish:
uses: curvenote/actions/.github/workflows/publish.yml@v1
with:
monorepo: true
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,15})$'
enforce-single-folder: true
preview-label: paper
submit-label: true
venue: scipy
collection: '2024'
kind: Article
path: papers/*
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}