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 75e04dd commit a4933d8Copy full SHA for a4933d8
.github/workflows/build-docker.yml
@@ -68,8 +68,10 @@ jobs:
68
69
- name: Build documentation
70
env:
71
- # Container image should be built with `/docs` as the base URL instead of `/`:
72
- BASE_URL: '/docs/'
+ # Container image should be built with `/openUC2` as the base URL instead of `/`, as the
+ # 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/'
75
run: |
76
npm run build
77
0 commit comments