We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2e81a commit ae185e1Copy full SHA for ae185e1
.github/workflows/deploy.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
github_token: ${{ secrets.GH_TOKEN }}
24
# 部署 dist 目录中的内容
25
- publish_dir: /
+ publish_dir: dist
0 commit comments