Skip to content

Commit

Permalink
Merge pull request #7936 from mikesplain/makefile_docs
Browse files Browse the repository at this point in the history
Unhide docs make logging
  • Loading branch information
k8s-ci-robot authored Nov 17, 2019
2 parents 8c3c493 + eb8c454 commit 92c8f96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -834,18 +834,18 @@ prow-postsubmit: bazel-version-dist

.PHONY: live-docs
live-docs:
@docker build -t kops/mkdocs images/mkdocs
@docker run --rm -it -p 3000:3000 -v ${PWD}:/docs kops/mkdocs
docker build -t kops/mkdocs images/mkdocs
docker run --rm -it -p 3000:3000 -v ${PWD}:/docs kops/mkdocs

.PHONY: build-docs
build-docs:
@docker build --pull -t kops/mkdocs images/mkdocs
@docker run --rm -v ${PWD}:/docs kops/mkdocs build
docker build --pull -t kops/mkdocs images/mkdocs
docker run --rm -v ${PWD}:/docs kops/mkdocs build

.PHONY: build-docs-netlify
build-docs-netlify:
@pip install -r ${MAKEDIR}/images/mkdocs/requirements.txt
@mkdocs build
pip install -r ${MAKEDIR}/images/mkdocs/requirements.txt
mkdocs build

# Update machine_types.go
.PHONY: update-machine-types
Expand Down

0 comments on commit 92c8f96

Please sign in to comment.