Skip to content

[Feature] Add Courses and Professors Page #38

[Feature] Add Courses and Professors Page

[Feature] Add Courses and Professors Page #38

Workflow file for this run

name: Merge Build
on:
pull_request:
types:
- closed
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node and install dependencies
uses: ./.github/actions/setup-node-and-install
with:
node-version: 20
- name: Build app
run: |
npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: next-build
path: .next/