From 00982eb90023f56636b9a856c15d973c4d8719a5 Mon Sep 17 00:00:00 2001 From: ByteYue Date: Sun, 22 Mar 2026 23:21:02 +0800 Subject: [PATCH] ci: trigger website rebuild on release --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c54b94..52b00c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,3 +35,10 @@ jobs: run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + + - name: Trigger website rebuild + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }} + repository: jackwener/opencli-website + event-type: version-released