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