Skip to content

Sync citation metadata for 0.13.0 #117

Sync citation metadata for 0.13.0

Sync citation metadata for 0.13.0 #117

Workflow file for this run

name: Docs
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: docs-${{ github.ref }}
cancel-in-progress: true
jobs:
docs:
uses: gojiplus/py-canon/.github/workflows/reusable-docs.yml@v1
permissions:
contents: read
pages: write # Deploy the built site to GitHub Pages.
id-token: write # Authenticate the Pages deployment.
with:
deploy: ${{ github.event_name == 'push' }}