Skip to content

Commit a4933d8

Browse files
committed
Change base URL path for Docker container
1 parent 75e04dd commit a4933d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868

6969
- name: Build documentation
7070
env:
71-
# Container image should be built with `/docs` as the base URL instead of `/`:
72-
BASE_URL: '/docs/'
71+
# Container image should be built with `/openUC2` as the base URL instead of `/`, as the
72+
# self-contained root of the site. We use `/openUC2/` instead of `/docs/` as the root so
73+
# that we don't have pages in `/docs/docs/`, but instead we have them in `/openUC2/docs/`.
74+
BASE_URL: '/openUC2/'
7375
run: |
7476
npm run build
7577

0 commit comments

Comments
 (0)