Update gh-pages.yml

This commit is contained in:
Toshit 2025-01-29 21:37:03 -08:00 committed by GitHub
parent 2b39fd149c
commit d5c5ab4fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: