Skip to content

fix: [oh-my-live2d]Update blog.json (#11) #52

fix: [oh-my-live2d]Update blog.json (#11)

fix: [oh-my-live2d]Update blog.json (#11) #52

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Build docs
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
pnpm run build
> src/.vuepress/dist/.nojekyll
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: netlify
folder: src/.vuepress/dist