mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
Update gh-pages.yml
This commit is contained in:
parent
2b39fd149c
commit
d5c5ab4fe8
1 changed files with 3 additions and 2 deletions
5
.github/workflows/gh-pages.yml
vendored
5
.github/workflows/gh-pages.yml
vendored
|
@ -3,7 +3,7 @@ name: Deploy to Pages
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["multiplexed"]
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -40,11 +40,12 @@ jobs:
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 23
|
node-version: 23
|
||||||
|
cache-dependency-path: 'client-showcase/package-lock.json'
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: install wbg
|
- name: install wbg
|
||||||
uses: jetli/wasm-bindgen-action@v0.2.0
|
uses: jetli/wasm-bindgen-action@v0.2.0
|
||||||
with:
|
with:
|
||||||
version: "0.2.100"
|
version: '0.2.100'
|
||||||
- name: Setup Binaryen
|
- name: Setup Binaryen
|
||||||
uses: Aandreba/setup-binaryen@v1.0.0
|
uses: Aandreba/setup-binaryen@v1.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue