From 88bc6de3b8da1ec1905356813c2c0b7e0ae7dbc4 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Thu, 16 Jan 2025 19:14:02 +0100 Subject: [PATCH] ci: Add debug print to test new action --- .github/workflows/publish.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 55e48f208..bdb1ea038 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,11 +17,18 @@ jobs: - id: classify uses: qiboteam/workflows/actions/docs/version@evaluate-label - deploy-docs: + test: + runs-on: ubuntu-latest needs: [version] - uses: qiboteam/workflows/.github/workflows/latest-stable.yml@v2 - with: - python-version: "3.11" - trigger-label: "${{needs.version.outputs.label}}" - project: qibolab - poetry-extras: --with docs --all-extras + + 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