Skip to content

Commit

Permalink
feat: publication-builder job will also trigger che-website-publish job
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Jan 7, 2025
1 parent a7f35de commit c5a90a9
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 c5a90a9

Please sign in to comment.