We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc3661 commit a16b38cCopy full SHA for a16b38c
.github/workflows/static.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 20
21
22
- name: Install dependencies
23
- run: npm ci
+ run: cd Build && npm ci
24
25
- name: Build the site
26
run: npm run build
0 commit comments