Skip to content

Commit 6f69a3f

Browse files
committed
retry
1 parent 080a8c1 commit 6f69a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm ci # Uses package-lock.json for a clean install
3838

3939
- name: Build
40-
run: npm run build
40+
run: npm run docs:build # Adjust if your build script is named differently
4141

4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)