Skip to content

Commit 8c7f25f

Browse files
Set base path for documentation (#869)
1 parent e97cd00 commit 8c7f25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ site:
104104
"$(DOCC_PATH)" process-archive \
105105
transform-for-static-hosting \
106106
"$(ARCHIVE_PATH)/$(target).doccarchive" \
107+
--hosting-base-path "$(target)" \
107108
--output-path "$(prefix)/_site"
108109
cp docs.html "$(prefix)/_site/index.html"
109110
cp docs.html "$(prefix)/_site/documentation/index.html"

0 commit comments

Comments
 (0)