Skip to content

Commit

Permalink
ci: Restore docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 16, 2025
1 parent 88bc6de commit a261290
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 34 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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@v2

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
34 changes: 0 additions & 34 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit a261290

Please sign in to comment.