Skip to content

Editorial: Indicate the expected future change of ArrayBufferCopyAndD… #10

Editorial: Indicate the expected future change of ArrayBufferCopyAndD…

Editorial: Indicate the expected future change of ArrayBufferCopyAndD… #10

Workflow file for this run

name: Publish main
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: '[node LTS] npm install'
uses: ljharb/actions/node/install@main
with:
node-version: lts/*
- run: npm run build
- name: Publish to gh-pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
clean-exclude: |
pr