Skip to content

Merge pull request #64 from Soohyuniii/chore/content-banner-1가지-변경-및-… #46

Merge pull request #64 from Soohyuniii/chore/content-banner-1가지-변경-및-…

Merge pull request #64 from Soohyuniii/chore/content-banner-1가지-변경-및-… #46

Workflow file for this run

name: 빌드 자동화
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js (또는 다른 언어 환경)
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build # 또는 프로젝트에 맞는 빌드 명령어