Skip to content

Commit

Permalink
Merge "Pin crd-ref-docs to v0.0.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul CI authored and Gerrit Code Review committed Oct 24, 2023
2 parents c5e9a49 + 2793c5f commit fd48134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-api-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git clone --depth=1 "file://${REPO_ROOT}" "$GITDIR"
pushd "$GITDIR"
# go mod vendor

go get github.com/elastic/crd-ref-docs@master
go get github.com/elastic/crd-ref-docs@v0.0.10
go install github.com/elastic/crd-ref-docs

mkdir -p "${docstmpdir}/apidocs/"
Expand All @@ -45,4 +45,4 @@ ${GOBIN}/crd-ref-docs \
popd

# Add any post-processing here
mv "${docstmpdir}/apidocs/index.md" "${DOC_ROOT}/reference/api/index.md"
mv "${docstmpdir}/apidocs/index.md" "${DOC_ROOT}/reference/api/index.md"

0 comments on commit fd48134

Please sign in to comment.