Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tackoil committed Jun 20, 2024
1 parent 2b86402 commit fce9007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v1
with:
# 选择要使用的 node 版本
node-version: '16'
node-version: "16"

- name: Instal pnpm
uses: pnpm/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:

# 安装依赖
- name: Install dependencies
run: pnpm install --frozen-lockfile false
run: pnpm install

# 运行构建脚本
- name: Build VuePress site
Expand All @@ -48,4 +48,4 @@ jobs:
build_dir: docs/.vuepress/dist
env:
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fce9007

Please sign in to comment.