Skip to content

146.improve search algorithm (#225) #78

146.improve search algorithm (#225)

146.improve search algorithm (#225) #78

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install
run: yarn install
- name: Set Node.js 21.x
uses: actions/setup-node@v3
with:
node-version: 21.x
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Deploy to GH Page
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: dist