Skip to content

Config file modularization & fix style error #42

Config file modularization & fix style error

Config file modularization & fix style error #42

Workflow file for this run

name: publish-higurashi-docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- name: Setting up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install and Build
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |
npm install
npm run docs:build
> src/.vuepress/dist/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: gh-pages
folder: src/.vuepress/dist