Closed sugatoray closed 3 years ago
There is a github action (.github/workflows/mkdocs-publish-ghpages.yml
) which takes care of publishing the contents of the website to another branch: gh-pages
. The GitHub Pages feature, if enabled on the repository, then would make available the website at:
https://bobbyliev.github.io/101-linux-commands-ebook
Sample Outline of the GitHUb Action
You can inspect the details of the action run here. :bulb:
cc: @bobbyiliev
Hi @sugatoray this looks awesome! Just merged it, but seems like the build is failing. Do you have any ideas on why this could be happening?
Let me take a look at it later today. Can you share a link to the build failure here?
Thank you! Yep it is this one here: https://github.com/bobbyiliev/101-linux-commands-ebook/runs/4035360615
Hi @bobbyiliev,
Thank you! Yep it is this one here: bobbyiliev/101-linux-commands-ebook/runs/4035360615
You need to first setup your GitHub pages. Then you will be able to access your own homepage at https://bobbyliev.github.io/. This repository's docs will be available given your own github pages are configured first. To set it up, please follow along this tutorial: https://pages.github.com/. It's a one-time activity only.
@bobbyiliev Were you able to setup your github pages?
What type of PR is this? (check all applicable)
Y
(some extra content is added for the website: this does not change the book's contents)Not Applicable
Not Applicable
Not Applicable
Y
Y
Description
A brand new website is made to host the contents of the book as an ebook. A current version is hosted here as an example. A few other setup steps are necessary from the repo owner: @bobbyiliev
Check out the Web ebook :blue_book: :star:
./root
. And save it.Related Tickets & Documents
This closes #273.
Added to documentation?
Not Applicable