Skip to content

chore(deps): bump dompurify from 3.1.2 to 3.1.6 in the npm_and_yarn group #82

chore(deps): bump dompurify from 3.1.2 to 3.1.6 in the npm_and_yarn group

chore(deps): bump dompurify from 3.1.2 to 3.1.6 in the npm_and_yarn group #82

Workflow file for this run

name: build-check
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# 如果你文档需要 Git 子模块,取消注释下一行
# submodules: true
- name: Install pnpm
run: npm install -g pnpm
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
pnpm docs:build
> src/.vuepress/dist/.nojekyll