Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Removed "--hosting-base-path". This caused issues with respect
to hosting the website on GitHub Pages.
  • Loading branch information
MasterJ93 committed Apr 17, 2024
1 parent a443e8d commit 106e37c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ docc:
generate-documentation --target $(DOCC_TARGET) \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path $(DOCC_TARGET) \
--output-path $(DOCC_DIR)

.PHONY: docc-preview
Expand Down

0 comments on commit 106e37c

Please sign in to comment.