Skip to content

tweak button/menu entry of playground #158

tweak button/menu entry of playground

tweak button/menu entry of playground #158

name: Build and Deploy PWA
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
npm install
npm run-script build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist