From f655ea59a8bb72a9c2303219e270348216a7cf17 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 7 Jan 2026 23:18:06 +0100 Subject: [PATCH] git: Update new ImHex website during nightly --- .github/workflows/nightly_release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index 03ec9c512..d48b28da9 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -125,4 +125,8 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }} with: snap: imhex-${{ env.IMHEX_VERSION }}-arm64.snap - release: edge \ No newline at end of file + release: edge + + - name: 🌍 Update ImHex Landing Website + if: ${{ steps.check_commits.outputs.should_run == 'true' }} + uses: WerWolv/ImHexWebsite/.github/workflows/build.yaml@master