fix: π TM223 remove ηΎη²ιΎηζθ½η© #394
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |