Skip to content

Commit

Permalink
Update vuepress-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moyechen authored May 14, 2024
1 parent c8a0dc8 commit 55b6c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
# 选择要使用的 node 版本
node-version: 18.16.x
node-version: 18.15.0
# 缓存 pnpm 依赖

- name: Run install
Expand All @@ -46,4 +46,4 @@ jobs:
jekyll: false
env:
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.PERSON_KEY }}
GITHUB_TOKEN: ${{ secrets.PERSON_KEY }}

0 comments on commit 55b6c91

Please sign in to comment.