diff --git a/docs/2022/09/20/how-to-create-githubpage.html b/docs/2022/09/20/how-to-create-githubpage.html
index 43ac022..c7517b2 100644
--- a/docs/2022/09/20/how-to-create-githubpage.html
+++ b/docs/2022/09/20/how-to-create-githubpage.html
@@ -65,9 +65,8 @@
Create a new Jekyll-project at localDev-directory:
$ jekyll new --skip-bundle .$ bundle install$ JEKYLL_ENV=production bundle exec jekyll build$ JEKYLL_ENV=production bundle exec jekyll build
+ $ mv /localDev/_site docs$ cp -r _site/* ../docs$ jekyll new --skip-bundle .$ bundle install$ JEKYLL_ENV=production bundle exec jekyll build$ JEKYLL_ENV=production bundle exec jekyll build
+ $ mv /localDev/_site docs$ cp -r _site/* ../docs