Skip to content

Commit 49ec7fd

Browse files
committed
Fix the base url of the github deployment
1 parent e0cc4f5 commit 49ec7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
- name: Build
319319
run: |
320320
npm ci
321-
npm run build:playground
321+
npm run build -w @robertoraggi/cxx-playground -- --base /cplusplus
322322
mkdir -p packages/cxx-playground/dist/docs
323323
cp -a packages/cxx-frontend/docs/. packages/cxx-playground/dist/docs
324324

0 commit comments

Comments
 (0)