Merge pull request #592 from klaernie/patch-1

go for cloning the gh-pages branch directly
This commit is contained in:
Thomas Nordquist
2022-02-27 23:03:15 +01:00
committed by GitHub

View File

@@ -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
```