From bb8b378c931bd01c8ecfd062380b159e415bbe70 Mon Sep 17 00:00:00 2001 From: Mengqi Yu Date: Tue, 22 Jan 2019 14:45:11 -0800 Subject: [PATCH] update how to deploy kubebuilder book --- docs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index d36e7a11201..27a52b33db6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,8 @@ # Steps to deploy -- cd into 'docs/book' directory -- Copy content from '_book' directory into 'public' directory -- Run `firebase deploy --project kubebuilder` +There are no manual steps needed to deploy the website. + +Kubebuilder book website is deployed on Netlify. +There is a preview of the website for each PR. +As soon as the PR is merged, the website will be built and deployed on Netlify.