Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Update spec.emu

Update spec.emu #11

Workflow file for this run

name: 'deploy github pages'
on:
push:
branches:
- main
jobs:
deploy:
name: 'deploy github pages'
runs-on: ubuntu-latest
if: ${{ github.repository == 'tc39/proposal-symbols-as-weakmap-keys' }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run build-loose
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages
folder: out