Skip to content

feat: ๐ŸŽธ add move table #296

feat: ๐ŸŽธ add move table

feat: ๐ŸŽธ add move table #296

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout ๐Ÿ›Ž๏ธ
uses: actions/checkout@v3
- name: Install and Build ๐Ÿ”ง
run: |
yarn install --frozen-lockfile
yarn run build
env:
REACT_APP_LIFF_ID: ${{ secrets.REACT_APP_LIFF_ID }}
- name: Deploy ๐Ÿš€
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build