Skip to content

feat: notFound page (#60) #45

feat: notFound page (#60)

feat: notFound page (#60) #45

Workflow file for this run

name: React Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code.
uses: actions/checkout@v2
- name: Install pnpm
run: npm install -g pnpm
- name: install dependencies
run: pnpm install
- name: Build
run: pnpm run build