From cbedb8298e640fe297882b11a07c61c1c430299d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:57:57 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.2 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-publish-demos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-demos.yml b/.github/workflows/build-and-publish-demos.yml index c3c789c..a5c5e6d 100644 --- a/.github/workflows/build-and-publish-demos.yml +++ b/.github/workflows/build-and-publish-demos.yml @@ -36,7 +36,7 @@ jobs: tinygo build -o ../../public/sdf-viewer-go-sdf.wasm -target wasi -opt 2 -x -no-debug . - name: Publish - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.7.2 if: github.ref == 'refs/heads/main' with: branch: gh-pages