Skip to content

Commit

Permalink
Always add index.yaml to the book directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil-Grigorev committed Nov 22, 2023
1 parent 0cea26a commit 07e2906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

# Directories.
ROOT_DIR := $(realpath ../..)
TOOLS_DIR := $(realpath ../../hack/tools)
TOOLS_BIN_DIR := $(TOOLS_DIR)/bin
BIN_DIR := bin
Expand All @@ -31,4 +32,5 @@ serve: $(MDBOOK)

.PHONY: build
build: $(MDBOOK)
$(MDBOOK) build
$(MDBOOK) build
cp $(ROOT_DIR)/index.yaml book

0 comments on commit 07e2906

Please sign in to comment.