Skip to content

Commit

Permalink
Merge pull request #592 from klaernie/patch-1
Browse files Browse the repository at this point in the history
go for cloning the gh-pages branch directly
  • Loading branch information
thomasnordquist authored Feb 27, 2022
2 parents 2a3f481 + e769dde commit d1de077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ node dist/src/spec/webdriverio.js
## Write docs

```
git clone https://github.com/thomasnordquist/MQTT-Explorer.git mqtt-explorer-pages
git clone --single-branch -b gh-pages https://github.com/thomasnordquist/MQTT-Explorer.git mqtt-explorer-pages
cd mqtt-explorer-pages
git checkout gh-pages
bundle install
bundle exec jekyll serve --incremental
```
Expand Down

0 comments on commit d1de077

Please sign in to comment.