Skip to content

Commit 381b3fc

Browse files
committed
Fix GitHub Pages build workflow
1 parent 3e83c2f commit 381b3fc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ jobs:
3838
uses: actions/configure-pages@v5
3939

4040
- name: Install dependencies
41-
run: |
42-
npm ci
43-
npm ci --prefix SDK/js
41+
run: npm ci
4442

4543
- name: Build site
46-
run: npm run build
44+
run: npm run build:site
4745

4846
- name: Upload Pages artifact
4947
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)