How to Install ghp-import in Ubuntu 18.04



Install ghp-import by entering the following commands in the terminal:

sudo apt update
sudo apt install ghp-import

Description:

Easily import docs to your gh-pages branch

ghp-import is a Python script meant to make using GitHub's gh-pages branches for hosting documentation simple. . Inside your repository just run `ghp-import $DOCS_DIR` where $DOCS_DIR is the path to the built documentation. This will write a commit to your gh-pages branch with the current documents in it.

Homepage: https://github.com/davisp/ghp-import

Version: 0.5.5-1

Section: universe/python