We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035612a commit f38f4b4Copy full SHA for f38f4b4
1 file changed
.github/workflows/deploy.yml
@@ -24,6 +24,7 @@ jobs:
24
chmod 0600 ~/.ssh/id_ed25519
25
git config --local user.name "GitHub Action"
26
npx vuepress build list
27
+ mkdir dist
28
cp list/.vuepress/dist/* dist/ -r
29
cp CNAME dist/
30
npx gh-pages -d dist -b master
0 commit comments