We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98458a6 commit 2306b57Copy full SHA for 2306b57
1 file changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
npm install
30
npm run build
31
mkdir dist
32
- cp list/.vuepress/dist/* dist/ -r
+ cp website/.vuepress/dist/* dist/ -r
33
cp CNAME dist/
34
cd ..
35
cp -a repo/dist/. build/
0 commit comments