Skip to content

Bump up Yorkie to v0.4.11 (#288) #286

Bump up Yorkie to v0.4.11 (#288)

Bump up Yorkie to v0.4.11 (#288) #286

name: GitHub Page Publish
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Node 🔧
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install and Build 🔧
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install -f
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist