jupyter-book icon indicating copy to clipboard operation
jupyter-book copied to clipboard

Host via gitlab pages

Open zohimchandani opened this issue 2 years ago • 2 comments

Describe the bug

Referring to the demo repo here

Can you please point me to references which would allow me to host this on gitlab pages?

The instructions here work for github but does not allow me to make repo private unless I upgrade to premium version.

Reproduce the bug

  1. run jupyter-book create mynewbook/ to create demo book
  2. cd mynewbook
  3. Create a blank new public project on gitlab called demo book without a readme file
  4. Run jupyter-book build . to build book which generates a _build folder
  5. Clone empty demo book repo and copy all files of mynewbook into demo book
  6. Push repo to gitlab which can be found here
  7. Install ghp-import
  8. Run ghp-import -n -p -f _build/html

Not sure what to do next? Please advise further

List your environment

External ToC      : 0.3.1
MyST-Parser       : 0.18.1
MyST-NB           : 0.17.1
Sphinx Book Theme : 0.4.0rc1
Jupyter-Cache     : 0.5.0
NbClient          : 0.5.13

Using VS code on Linux via ssh

zohimchandani avatar Mar 07 '23 14:03 zohimchandani

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

welcome[bot] avatar Mar 07 '23 14:03 welcome[bot]

Similar to #1416. This example worked for me. https://gitlab.com/pages/jupyterbook

MatthewSteen avatar Oct 28 '24 18:10 MatthewSteen