Skip to content

Commit

Permalink
更新 deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxuan1231 authored Feb 2, 2024
1 parent c0b372a commit d3e50d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: yarn

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

- name: 构建文档
env:
Expand All @@ -49,4 +49,4 @@ jobs:
with:
# 这是文档部署到的分支名称
branch: gh-pages
folder: docs/.vuepress/dist
folder: docs/.vuepress/dist

0 comments on commit d3e50d4

Please sign in to comment.