Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scipy-conference/scipy_proceedings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca80ae17e3c988c481d71923a44085948d4754b1
Choose a base ref
..
head repository: scipy-conference/scipy_proceedings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b51b3096c0ceaba2185721a292efd432b44c66d1
Choose a head ref
Showing with 23 additions and 0 deletions.
  1. +23 −0 .github/workflows/publish.yml
23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: curvenote
on:
pull_request:
branches: [main]
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: in-review
venue: scipy
collection: '2024'
kind: Article
path: papers/*
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}