Skip to content

Commit

Permalink
Merge pull request #984 from bcronin90/chore/remove-docusaurus-docs-w…
Browse files Browse the repository at this point in the history
…orkflow

Chore: Remove docusaurus publish workflow
  • Loading branch information
ndr-brt authored Feb 2, 2024
2 parents d831c13 + 19dc196 commit 6b488f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 155 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/publish-docusaurus.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,3 @@ jobs:
with:
downstream-version: ${{ needs.release-version.outputs.RELEASE_VERSION }}
secrets: inherit

publish-docusaurus:
name: Publish docusaurus docs
permissions:
contents: write
packages: write
needs: [ publish-to-swaggerhub, github-release ]
with:
downstream-version: ${{ needs.release-version.outputs.RELEASE_VERSION }}
uses: ./.github/workflows/publish-docusaurus.yaml
secrets: inherit
9 changes: 0 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,3 @@ jobs:
if: needs.secret-presence.outputs.HAS_SWAGGER
uses: ./.github/workflows/publish-swaggerhub.yaml
secrets: inherit

publish-docusaurus:
name: Publish docusaurus docs
permissions:
contents: write
packages: write
needs: [ secret-presence, publish-to-swaggerhub ]
if: needs.secret-presence.outputs.HAS_SWAGGER
uses: ./.github/workflows/publish-docusaurus.yaml
58 changes: 0 additions & 58 deletions resources/create_kit_documentation.sh

This file was deleted.

0 comments on commit 6b488f3

Please sign in to comment.