Skip to content

Commit

Permalink
workflow: 📋 更改文档打包后的输出路径引用
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotower69 committed May 5, 2024
1 parent ff9d6c7 commit 762ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload build repository
path: './docs/.vitepress/dist'
path: './docs/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2 #使用插件 => https://github.com/actions/deploy-pages

0 comments on commit 762ceed

Please sign in to comment.