You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2020/10/13 12:22:46 UTC

[cloudstack-www] branch master updated: double check for content

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b7943e  double check for content
1b7943e is described below

commit 1b7943eeacbdff17b6daa58455fc7979009c4c00
Author: Daan Hoogland <da...@shapeblue.com>
AuthorDate: Tue Oct 13 14:22:19 2020 +0200

    double check for content
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index e6fb32c..b0c5060 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,8 @@ git push upstream master
 # if no untracked files or if you merged them into master
 git checkout asf-site
 git merge master
+# run `middleman server [-p <portnumber>]` again and
+# validate the site updated at your `http://localhost:<portnumber>`
 git push upstream asf-site
 # validate the site updated at: https://cloudstack.apache.org
 ```