mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 07:56:39 +00:00
fix: 移除不必要的文件夹步骤,简化部署工作流
This commit is contained in:
parent
519bda2112
commit
6da8b1076d
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -52,13 +52,6 @@ jobs:
|
||||
run: |-
|
||||
pnpm run docs:build
|
||||
> src/.vuepress/dist/.nojekyll
|
||||
|
||||
- name: 删除不必要的文件夹
|
||||
run: |-
|
||||
rm -rf src/.vuepress/dist/.nojekyll/.git
|
||||
rm -rf src/.vuepress/dist/.nojekyll/.github
|
||||
rm -rf src/.vuepress/dist/.nojekyll/.vscode
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user