Skip to content

docs

docs #386

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches: [main]
tags:
- "*"
jobs:
version:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.classify.outputs.version}}
steps:
- id: classify
uses: qiboteam/workflows/actions/docs/version@evaluate-label
deploy-docs:
needs: [version]
uses: qiboteam/workflows/.github/workflows/latest-stable.yml@v2
with:
python-version: "3.11"
package-manager: "poetry"

Check failure on line 25 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / docs

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 25, Col: 24): Invalid input, package-manager is not defined in the referenced workflow.
trigger-label: "${{needs.version.outputs.label}}"
project: qibolab
poetry-extras: --with docs --all-extras