Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Update sync-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HikaruQwQ authored Apr 27, 2024
1 parent 74f846d commit 6e519cd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/sync-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,20 @@ jobs:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@master
- name: 环境初始化
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: 20 # node版本
cache: "yarn"
- name: 验证
uses: actions/checkout@v2
with:
node-version: $

- name: Build and Deploy
- name: 构建测试
uses: jenkey2011/vuepress-deploy@master
with:
node-version: ${{ matrix.node-version }}
node-version: $
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: HaoduStudio/website
Expand Down

0 comments on commit 6e519cd

Please sign in to comment.