Skip to content

feat: add Zensical docs integration and related CI steps (#20) #1

feat: add Zensical docs integration and related CI steps (#20)

feat: add Zensical docs integration and related CI steps (#20) #1

Workflow file for this run

name: docs-deploy
on:
push:
branches:
- main
paths:
- '.github/workflows/docs.yml'
- '.github/workflows/docs-deploy.yml'
- 'docs/**'
- 'zensical.toml'
- 'pyproject.toml'
- 'src/common_python_tasks/tasks.py'
workflow_dispatch:
concurrency:
group: github-pages
cancel-in-progress: false
jobs:
docs:

Check failure on line 21 in .github/workflows/docs-deploy.yml

View workflow run for this annotation

GitHub Actions / docs-deploy

Invalid workflow file

The workflow is not valid. .github/workflows/docs-deploy.yml (Line: 21, Col: 3): Error calling workflow 'ci-sourcerer/common-python-tasks/.github/workflows/docs.yml@ac55a29c8666e23806c665280363caf4df43dffe'. The nested job 'build' is requesting 'deployments: write', but is only allowed 'deployments: none'.
uses: ./.github/workflows/docs.yml
with:
python_version: '3.14'
dependency_group: ''
locked: false
artifact_name: common-python-tasks-docs
generated_docs_check_task: check-docs-references
deploy_github_pages: true
permissions:
contents: read
pages: write
id-token: write