Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz authored Jan 30, 2025
1 parent 2b39fd1 commit d5c5ab4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
with:
version: "0.2.100"
version: '0.2.100'
- name: Setup Binaryen
uses: Aandreba/[email protected]
with:
Expand Down

0 comments on commit d5c5ab4

Please sign in to comment.