Skip to content

Commit

Permalink
ci: 更新Action版本
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc authored Dec 22, 2023
2 parents c715f79 + a0286b1 commit aa14ace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
run: pnpm run build
# 配置 GitHub Pages
- name: Configure GitHub Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
# 将打包的 dist 上传
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
# 部署
- name: Deploy
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit aa14ace

Please sign in to comment.