Skip to content

Commit

Permalink
feat: publication-builder job will also trigger che-website-publish j…
Browse files Browse the repository at this point in the history
…ob (#2843)

Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Jan 8, 2025
1 parent c8dc6cd commit f0c4069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publication-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ jobs:
github_token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}
publish_branch: publication
publish_dir: build/site
call-che-website-publish:
name: "Call website publication update"
needs: build
uses: eclipse-che/che-website-publish/blob/main/.github/workflows/publish.yaml
secrets:
CHE_BOT_GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 comments on commit f0c4069

Please sign in to comment.