Skip to content

Commit 33a2b6d

Browse files
authored
chore: fix base path in examples build for GH pages (#633)
1 parent 557e51b commit 33a2b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run build --workspace=@idetik/core
3737

3838
- name: Build examples for production
39-
run: npm run build:examples --workspace=@idetik/core
39+
run: npm run build:examples --workspace=@idetik/core -- --base=/idetik/
4040

4141
- name: Setup Pages
4242
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)