Skip to content

Commit 88cb575

Browse files
committed
Copy logo to build directory
1 parent b34565b commit 88cb575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/docs/typedoc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ typedoc-html: $(NODE_MODULES) $(TYPEDOC)
9595
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(TYPEDOC_HTML_OUT)
9696
$(QUIET) $(MKDIR_RECURSIVE) $(TYPEDOC_HTML_OUT)
9797
$(QUIET) $(TYPEDOC) $(TYPEDOC_HTML_FLAGS) $(SRC_DIR)
98-
$(QUIET) $(CP) $(typedoc_web_assets) $(TYPEDOC_HTML_OUT)
98+
$(QUIET) $(CP) $(typedoc_web_assets) "$(DOCS_DIR)/assets/logo_white.svg" $(TYPEDOC_HTML_OUT)
9999

100100
.PHONY: typedoc-html
101101

0 commit comments

Comments
 (0)