Skip to content

chore: 🤖 use running and staked and not OK #85

chore: 🤖 use running and staked and not OK

chore: 🤖 use running and staked and not OK #85

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