Skip to content

make resource editor cache local data and only pull/push when asked #169

make resource editor cache local data and only pull/push when asked

make resource editor cache local data and only pull/push when asked #169

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