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 557e51b commit 33a2b6dCopy full SHA for 33a2b6d
1 file changed
.github/workflows/deploy-examples.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm run build --workspace=@idetik/core
37
38
- name: Build examples for production
39
- run: npm run build:examples --workspace=@idetik/core
+ run: npm run build:examples --workspace=@idetik/core -- --base=/idetik/
40
41
- name: Setup Pages
42
uses: actions/configure-pages@v4
0 commit comments