Skip to content

Prepare calibre 0.12.0 #103

Prepare calibre 0.12.0

Prepare calibre 0.12.0 #103

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
id-token: write
with:
deploy: ${{ github.event_name == 'push' }}