Skip to content

Commit

Permalink
Set base path for documentation (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller authored Feb 15, 2024
1 parent 73ae0c1 commit d965872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ site:
"$(DOCC_PATH)" process-archive \
transform-for-static-hosting \
"$(ARCHIVE_PATH)/$(target).doccarchive" \
--hosting-base-path "/$(target)" \
--output-path "$(prefix)/_site"
cp docs.html "$(prefix)/_site/index.html"
cp docs.html "$(prefix)/_site/documentation/index.html"
Expand Down

0 comments on commit d965872

Please sign in to comment.