Skip to content

refactor: khuthon2024 설명 수정 #11

refactor: khuthon2024 설명 수정

refactor: khuthon2024 설명 수정 #11

Workflow file for this run

name: Deploy about page
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Copy CNAME
run: cp CNAME out/CNAME
- name: Copy .nojekyll
run: cp .nojekyll out/.nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: out