Skip to content

Commit

Permalink
Merge pull request #333 from Danil-Grigorev/book-index-fix
Browse files Browse the repository at this point in the history
🐛 Always add index.yaml to the book directory
  • Loading branch information
k8s-ci-robot committed Nov 22, 2023
2 parents 0cea26a + 07e2906 commit 17fc6d0
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 17fc6d0

Please sign in to comment.