Skip to content

Update auto deploy script and description #38

Update auto deploy script and description

Update auto deploy script and description #38

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: 16
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