Skip to content

fix: 새로고침 에러 수정 작업 #7 #8

fix: 새로고침 에러 수정 작업 #7

fix: 새로고침 에러 수정 작업 #7 #8

Workflow file for this run

name: "Hufstory Git Action Build"
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Node.js
uses: actions/setup-node@v3
with:
node-version: 12.x
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.HUFSTORY_GITACTION }}
publish_dir: ./build