myst file, thumbnail, presentation page, abstract and poster added #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: false | |
id-pattern-regex: '^ubcgif-(?:[a-zA-Z0-9-_]{3,40})$' | |
enforce-single-folder: false | |
preview-label: paper | |
submit-label: true | |
venue: appliedgeophysics | |
collection: presentations | |
kind: article | |
path: abstract | |
secrets: | |
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }} | |
GITHUB: ${{ secrets.GITHUB_TOKEN }} |