Skip to content

Commit 0938207

Browse files
authored
Merge pull request #735 from kuzzleio/fix/documentation-deploy
Fix/documentation deploy
2 parents 5770997 + 9980995 commit 0938207

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v3
4747

48-
- uses: convictional/[email protected]
48+
- name: Deploy the documentation
49+
uses: convictional/[email protected]
4950
with:
5051
owner: kuzzleio
5152
repo: documentation
5253
github_token: ${{ secrets.ACCESS_TOKEN_CI }}
5354
workflow_file_name: child_repo.workflow.yml
5455
ref: ${{ github.ref_name == 'master' && 'master' || 'develop' }}
55-
client_payload: '{"repo_name":"sdk-javascript","branch":"${{ github.ref_name }}","version":"1"}'
56+
client_payload: '{"repo_name":"sdk-javascript","branch":"${{ github.ref_name }}","version":"7"}'

0 commit comments

Comments
 (0)