From f0fcdbe81657600673e0cb42739548a5df287c55 Mon Sep 17 00:00:00 2001 From: scb261 <65343233+scb261@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:49:39 +0200 Subject: [PATCH] Update website when a new version is released (mihonapp/mihon#1818) (cherry picked from commit 1313ff7a16c46ed1e340918c1cff03a9d3e5edff) --- .github/workflows/build_release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 26d940877..aaf804f0e 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -227,3 +227,11 @@ jobs: prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Update website on release + uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 + with: + workflow: deploy + repo: komikku-app/komikku-app.github.io + ref: "refs/heads/main" + token: "${{ secrets.BOT_PAT }}"