Skip to content

update icon

update icon #18

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