Skip to content

Commit

Permalink
👷 link publish & docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 28, 2024
1 parent 50ac951 commit 71f2987
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Documentation

on:
workflow_dispatch:
branches:
- master
workflow_call:

permissions:
contents: write
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
build-and-publish:
publish:
needs: test
name: "Build & Publish"
name: "Publish"
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down Expand Up @@ -92,4 +92,8 @@ jobs:
if: ${{ always() }}
run: |
rm -rf dist
rm -rf $CHANGELOG_PATH
rm -rf $CHANGELOG_PATH
documentation:
uses: ./.github/workflows/documentation.yml
needs: publish
secrets: inherit

0 comments on commit 71f2987

Please sign in to comment.