We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c030981 + 656d0f8 commit 701bc21Copy full SHA for 701bc21
.github/workflows/deploy-documentation.yml
@@ -35,7 +35,7 @@ jobs:
35
node-version: 20
36
37
- name: Build Vuepress Pages
38
- run: npm install && npm run build
+ run: npm install && npm run docs:build
39
40
- name: Deploy Vuepress to Github Pages
41
uses: crazy-max/ghaction-github-pages@v4
0 commit comments