Skip to content

Commit a16b38c

Browse files
committed
fixes
1 parent efc3661 commit a16b38c

File tree

3 files changed

+631
-1
lines changed

3 files changed

+631
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 20
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: cd Build && npm ci
2424

2525
- name: Build the site
2626
run: npm run build

0 commit comments

Comments
 (0)