Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Merge pull request #18 from tc39/stage-three #5

Merge pull request #18 from tc39/stage-three

Merge pull request #18 from tc39/stage-three #5

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 install
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: docs
clean: true