Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
linzisong committed Jul 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3114e62 commit 5533edc
Showing 3 changed files with 11,525 additions and 7,613 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -26,16 +26,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
cache: npm

- name: 安装依赖
run: pnpm install --frozen-lockfile
run: npm install --frozen-lockfile

- name: 构建文档
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
pnpm run docs:build
npm run docs:build
> src/.vuepress/dist/.nojekyll
- name: 部署文档
11,522 changes: 11,522 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

7,610 changes: 0 additions & 7,610 deletions pnpm-lock.yaml

This file was deleted.

0 comments on commit 5533edc

Please sign in to comment.