Skip to content

added figures,paper, thumbnail #3

added figures,paper, thumbnail

added figures,paper, thumbnail #3

Workflow file for this run

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: true
submit-label: true
venue: appliedgeophysics
collection: publications
kind: article
path: paper
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}