Skip to content

Commit

Permalink
ci: Add debug print to test new action
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 16, 2025
1 parent b7bc779 commit 88bc6de
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88bc6de

Please sign in to comment.