Skip to content

Commit c0ff71f

Browse files
Added repo_name argument to doc-builder (huggingface#410)
1 parent c70ad82 commit c0ff71f

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
@@ -53,6 +53,7 @@ doc: build_doc_docker_image
5353
@test -n "$(VERSION)" || (echo "VERSION is empty." ; exit 1)
5454
docker run -v $(CURRENT_DIR):/doc_folder --workdir=/doc_folder doc_maker \
5555
doc-builder build optimum.intel /optimum-intel/docs/source/ \
56+
--repo_name optimum-intel \
5657
--build_dir $(BUILD_DIR) \
5758
--version $(VERSION) \
5859
--version_tag_suffix "" \

0 commit comments

Comments
 (0)