From d5c5ab4fe80320578932489a4c74a7db590ed911 Mon Sep 17 00:00:00 2001 From: Toshit <45221816+r58Playz@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:37:03 -0800 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a218652..ae221b7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: Deploy to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["multiplexed"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -40,11 +40,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: 23 + cache-dependency-path: 'client-showcase/package-lock.json' cache: 'pnpm' - name: install wbg uses: jetli/wasm-bindgen-action@v0.2.0 with: - version: "0.2.100" + version: '0.2.100' - name: Setup Binaryen uses: Aandreba/setup-binaryen@v1.0.0 with: