Skip to content

[readme] Add @li/regexp-escape-polyfill to polyfills #36

[readme] Add @li/regexp-escape-polyfill to polyfills

[readme] Add @li/regexp-escape-polyfill to polyfills #36

Workflow file for this run

name: Deploy gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
- run: npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
clean: true