On Mon, Apr 4, 2022 at 6:10 PM Paul Moore <paul@xxxxxxxxxxxxxx> wrote: > > This patch adds GH Actions to built the HTML, PDF, and EPUB variants > of The SELinux Notebook when the GH repo is updated or a pull request > is submitted. This should make it much easier for people to validate > their changes as well as providing fully rendered copies for each > revision moving forward. > > Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> > --- > .github/actions/setup/action.yml | 16 ++++++++++++++++ > .github/workflows/epub.yml | 26 ++++++++++++++++++++++++++ > .github/workflows/html.yml | 26 ++++++++++++++++++++++++++ > .github/workflows/pdf.yml | 26 ++++++++++++++++++++++++++ > 4 files changed, 94 insertions(+) > create mode 100644 .github/actions/setup/action.yml > create mode 100644 .github/workflows/epub.yml > create mode 100644 .github/workflows/html.yml > create mode 100644 .github/workflows/pdf.yml Since this is more of a tooling patch and not a content patch I'm merging this now. -- paul-moore.com