Skip to content

Commit f0c4069

Browse files
authored
feat: publication-builder job will also trigger che-website-publish job (#2843)
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent c8dc6cd commit f0c4069

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publication-builder.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ jobs:
6565
github_token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}
6666
publish_branch: publication
6767
publish_dir: build/site
68+
call-che-website-publish:
69+
name: "Call website publication update"
70+
needs: build
71+
uses: eclipse-che/che-website-publish/blob/main/.github/workflows/publish.yaml
72+
secrets:
73+
CHE_BOT_GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)