Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 15b3100

Browse files
committed
fix: deployment js file static ref broken
1 parent b2d613a commit 15b3100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-context-editor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
cd examples/context-editor
3434
npm ci
3535
- name: Build
36+
env:
37+
PUBLIC_URL: https://agentic-insights.github.io/codebase-context-spec/
3638
run: |
3739
cd examples/context-editor
3840
npm run build

0 commit comments

Comments
 (0)