Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MotooriKashin authored Sep 18, 2024
1 parent a2f4919 commit 897c8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: 'latest'

# 更新 npm 依赖
- name: Update npm
run: npm update

# 生成网页资源
- name: Build and release
run: npm run github-pages
run: npm run build

# 上传网页资源(位于 /dist/options/ 目录)
- name: Upload Artifact
Expand Down

0 comments on commit 897c8d1

Please sign in to comment.