Skip to content

[Deno Deploy] Add .github/workflows/deploy.yml #79

[Deno Deploy] Add .github/workflows/deploy.yml

[Deno Deploy] Add .github/workflows/deploy.yml #79

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
nextjs:
name: NextJS
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build NextJS
run: npm run build