Skip to content

Commit 2306b57

Browse files
committed
ci: update for new folder name
1 parent 98458a6 commit 2306b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
npm install
3030
npm run build
3131
mkdir dist
32-
cp list/.vuepress/dist/* dist/ -r
32+
cp website/.vuepress/dist/* dist/ -r
3333
cp CNAME dist/
3434
cd ..
3535
cp -a repo/dist/. build/

0 commit comments

Comments
 (0)