use cross group dependecy in pyproject.toml (#6720) #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Docs | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
concurrency: | |
group: docs-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build-napari-docs: | |
name: Build docs on napari/docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger workflow and wait | |
uses: convictional/[email protected] | |
with: | |
owner: napari | |
repo: docs | |
github_token: ${{ secrets.ACTIONS_DEPLOY_DOCS }} | |
workflow_file_name: deploy_docs.yml | |
trigger_workflow: true | |
wait_workflow: true |