Skip to content

docs: 기존 글 리팩토링 #3

docs: 기존 글 리팩토링

docs: 기존 글 리팩토링 #3

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20.3.1
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install node packages
run: yarn
- name: Check lint
run: yarn check:lint
- name: Check prettier
run: yarn check:prettier
- name: Build
run: yarn build
- name: deploy
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
npm run deploy-gh-prefix-paths