Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Add Docker related command to contributing.md (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
girishshilamkar authored and shuklanirdesh82 committed May 15, 2017
1 parent 8c44615 commit 1ef8e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ Pages](https://vmware.github.io/docker-volume-vsphere/) using

To update documentation
```
# 1. Checkout the gh-pages
# 1. Checkout the gh-pages branch
git checkout gh-pages
# 2. Go to jekyll-docs directory
cd jekyll-docs
# 3. Build the site
bundle exec jekyll build
cd jekyll-docs
# 3. Build the jekyll site
docker run --rm --volume=$(pwd):/srv/jekyll -it jekyll/jekyll:stable jekyll build
# 4. Remove the old site and copy the new one.
rm -rvf ../documentation
mv _site ../documentation
Expand Down

0 comments on commit 1ef8e18

Please sign in to comment.