Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

make @@toStringTag and constructor prototype properties funky accesso… #54

make @@toStringTag and constructor prototype properties funky accesso…

make @@toStringTag and constructor prototype properties funky accesso… #54

Workflow file for this run

name: Deploy gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
clean: true