Skip to content

Commit

Permalink
修改部署文档
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoHou2000 committed Nov 9, 2023
1 parent 9595be3 commit c26e6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: ./package-lock.json
cache: npm
# cache-dependency-path: ./package-lock.json

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

- name: 构建文档
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
yarn run docs:build
npm run docs:build
> src/.vuepress/dist/.nojekyll
- name: 部署文档
Expand Down
9 changes: 0 additions & 9 deletions src/posts/https-http-diff.md

This file was deleted.

0 comments on commit c26e6b3

Please sign in to comment.