Commit 77c3a46
authored
Merge pull request #1 from kyselejsyrecek/gitbook
GitHub pipeline
Inspired by @siddhpant's solution form 0xAX#837 (https://github.com/siddhpant/linux-insides/releases), it just uses the original gitbook-based solution.
I am quite confident that the pipeline could be improved:
1. using the built-in YAML API for Docker that GitHub supports (https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/run-jobs-in-a-container),
2. with migration from gitbook to a maintained solution,
3. by having the @0xAX's `lrx0014/gitbook:3.2.3` Docker image updated (so that it does not have to be modified upon each invocation) and
4. perhaps refactored somehow to run already in the target Docker container as I believe that what it is doing now is running a Docker container inside an already virtualized pipeline.
Yet, the solution just works now so I would consider these as next steps or nice to have. Would be great still if anyone interested has the time and abilities to do that on their own, as I almost certainly would not find the time for it.
All exported e-book versions of the book are in the A5 format. A PDF in the A4 format is provided too.File tree
5 files changed
+1651
-8
lines changed- .github/workflows
- Booting/images
5 files changed
+1651
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
Loading
0 commit comments