Skip to content

docs

docs #389

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
test:
runs-on: ubuntu-latest
needs: [version]
steps:
- run: echo ${{needs.version.outputs.version}}
# deploy-docs:
# needs: [version]
# uses: qiboteam/workflows/.github/workflows/latest-stable.yml@v2
# with:
# python-version: "3.11"
# trigger-label: "${{needs.version.outputs.version}}"
# project: qibolab
# poetry-extras: --with docs --all-extras