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 a86a6f5 commit c3850beCopy full SHA for c3850be
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- working-directory: folder/
33
run: |
34
cd repo
35
- npx vuepress build pages/
+ npm run build
36
mkdir dist
37
cp pages/.vuepress/dist/* dist/ -r
38
cd ..
0 commit comments