evershalik / GH-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GH-pages

  1. On one Terminal, locate to the docs ,then remove build file(if present) using this command:
sudo rm -rf build/
  1. Then use these commands
docker-compose
sudo docker-compose up
  1. Now on another terminal, after the completion of 1st, locate to inside of the build file i.e.
cd build/_build/html
  1. Then finally run the command
sudo python3 -m http.server 80

About