We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e397903 commit d541c9cCopy full SHA for d541c9c
.github/workflows/pages.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Clean
51
run: rm -rf output
52
- name: Build
53
- run: npm run build
+ run: npm run docs:build
54
# - name: Deploy
55
# uses: peaceiris/actions-gh-pages@v3
56
# with:
0 commit comments