How to serve my own gitbook using github pages

I created my own gitbook. Looks good in place.

but how do I integrate it into my github pages? Related problems here difficulty-in-getting-gitbook-site-to-show-up-in-github-page

I tried this approach too, but I have a problem with grunt setup, and I would also like to do it myself before using the integrated tool.

I tried to copy the generated _book folder to my github folder, but this did not help, as there are some encoding problems

+4
source share
1 answer

Similar question here

I had this question because I don't understand the github pages, the basic steps include

  • _book, ,
  • gh-pages, _book gh-pages
  • github

    gitbook publish 3 . grunt, npm install . .

+3

Source: https://habr.com/ru/post/1539108/


All Articles