Skip to content

Commit d965872

Browse files
Set base path for documentation (#340)
1 parent 73ae0c1 commit d965872

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
@@ -56,6 +56,7 @@ site:
5656
"$(DOCC_PATH)" process-archive \
5757
transform-for-static-hosting \
5858
"$(ARCHIVE_PATH)/$(target).doccarchive" \
59+
--hosting-base-path "/$(target)" \
5960
--output-path "$(prefix)/_site"
6061
cp docs.html "$(prefix)/_site/index.html"
6162
cp docs.html "$(prefix)/_site/documentation/index.html"

0 commit comments

Comments
 (0)