Skip to content

build(deps): bump ejs from 3.1.8 to 3.1.10 (#27) #417

build(deps): bump ejs from 3.1.8 to 3.1.10 (#27)

build(deps): bump ejs from 3.1.8 to 3.1.10 (#27) #417

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