Skip to content

chore: 🤖 amend the getting started introductory description #5

chore: 🤖 amend the getting started introductory description

chore: 🤖 amend the getting started introductory description #5

name: Build verification
on:
push:
branches: '*'
workflow_dispatch:
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
env:
PAT: ${{ secrets.PAT }}
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build