Skip to content

Commit

Permalink
fix(actions): remove workflow doc deploy for koncorde as there is no …
Browse files Browse the repository at this point in the history
…deployed version
  • Loading branch information
rolljee committed Aug 30, 2023
1 parent 4fdfaf0 commit d5451f9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,3 @@ jobs:
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
run: npx semantic-release

documentation_deploy:
needs: [release]
name: Documentation - Deploy
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: convictional/[email protected]
with:
owner: kuzzleio
repo: documentation
github_token: ${{ secrets.ACCESS_TOKEN_CI }}
workflow_file_name: child_repo.workflow.yml
ref: ${{ github.ref_name == 'master' && 'master' || 'develop' }}
client_payload: '{"repo_name":"koncorde","branch":"${{ github.ref_name }}","version":"1"}'

0 comments on commit d5451f9

Please sign in to comment.