Skip to content

pass *this* value to SetterThatIgnoresPrototypeProperties (#289) #55

pass *this* value to SetterThatIgnoresPrototypeProperties (#289)

pass *this* value to SetterThatIgnoresPrototypeProperties (#289) #55

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/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: dist
clean: true