Skip to content

Commit

Permalink
ci: 优化文档生成步骤配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lippzhang committed Jan 10, 2025
1 parent 12657c7 commit e596d45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
cache: 'pnpm'

- name: Install deps && Build VuePress site
run: cd docs
run: pnpm install --frozen-lockfile
run: pnpm build

- run: cd docs
- run: pnpm install --frozen-lockfile
- run: pnpm build
# please check out the docs of the workflow for more details
# @see https://github.com/crazy-max/ghaction-github-pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit e596d45

Please sign in to comment.