Skip to content

release: Release version 3.0.0 #7

release: Release version 3.0.0

release: Release version 3.0.0 #7

Workflow file for this run

name: Playground
on:
push:
branches: [master]
paths:
- playground/**
# workflow_dispatch: {}
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build playground
run: yarn build:playground
- name: Publish to GH pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: playground-bundle