From e769ddece4a083008e0b94e0d090301611444c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Kl=C3=A4rner?= Date: Sun, 3 Oct 2021 22:36:04 +0200 Subject: [PATCH] go for cloning the gh-pages branch directly This avoids pulling in the entire history of the master branch --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index bee494a..9a5da56 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```