Skip to content

Commit f38f4b4

Browse files
committed
Create temporary dist folder
1 parent 035612a commit f38f4b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
chmod 0600 ~/.ssh/id_ed25519
2525
git config --local user.name "GitHub Action"
2626
npx vuepress build list
27+
mkdir dist
2728
cp list/.vuepress/dist/* dist/ -r
2829
cp CNAME dist/
2930
npx gh-pages -d dist -b master

0 commit comments

Comments
 (0)