ghp-import icon indicating copy to clipboard operation
ghp-import copied to clipboard

Easily import docs to your gh-pages branch.

Results 4 ghp-import issues
Sort by recently updated
recently updated
newest added

I have a project in PyCharm and via the command line run the recommended command for adding gh pages for jupyter-book (https://jupyterbook.org/en/stable/publish/gh-pages.html option 2) using ghp-import. When I do this...

I use `ghp-import` with a variable prefix, to keep a disctinct doc folder by release and one for all nightly updates, like: # version = 'latest' or a semver version...

Issue: https://github.com/c-w/ghp-import/issues/126 This option is similar to --no-history (avoid bloating the repository size) but keep data. We squash all commits from gh-pages branch filtered on the current commit message. This...

Hi there, I have a github repository that I use for a JupyterBook. It is alraedy available and the ghp-imports works fine. The question ist: how can I oush the...