mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 13:46:41 +00:00
fix: 更新上传工件的 GitHub Actions 版本至 v2,并调整部署步骤至 v3
This commit is contained in:
parent
87608db040
commit
46af7256d1
4
.github/workflows/deploy-docs.yml
vendored
4
.github/workflows/deploy-docs.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
> src/.vuepress/dist/.nojekyll
|
> src/.vuepress/dist/.nojekyll
|
||||||
|
|
||||||
- name: 上传工件
|
- name: 上传工件
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: src/.vuepress/dist
|
path: src/.vuepress/dist
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
@ -60,4 +60,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 部署到 GitHub Pages
|
- name: 部署到 GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v3
|
Loading…
x
Reference in New Issue
Block a user