Skip to content

docs: 자료 모으기 문서 추가 #49

docs: 자료 모으기 문서 추가

docs: 자료 모으기 문서 추가 #49

Workflow file for this run

name: docs-build
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
push:
branches:
- master
jobs:
docs-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Setup yarn
run: corepack enable
- name: Install Dependencies
run: yarn
- name: Build Rspress
run: yarn build