We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080a8c1 commit 6f69a3fCopy full SHA for 6f69a3f
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
run: npm ci # Uses package-lock.json for a clean install
38
39
- name: Build
40
- run: npm run build
+ run: npm run docs:build # Adjust if your build script is named differently
41
42
- name: Setup Pages
43
uses: actions/configure-pages@v5
0 commit comments