helm-guide

An opinionated guide for the Helm system
git clone git://archive.git.mtrnord.blog/MTRNord/helm-guide.git
Log | Files | Refs | LICENSE

commit 28e57ba704855bcecf212fa588ebfe36e6a1770a
parent 069dab1e21d1926ff96dc1cc9d9c787c528e3710
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 25 Oct 2024 11:52:17 +0200

Add markdown output

Diffstat:
M.github/workflows/build.yaml | 12++++++++++++
M.gitignore | 3+++
Mroot.tex | 1-
3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -23,3 +23,15 @@ jobs: name: document path: | root.pdf + build-markdown: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: docker://pandoc/core:2.9 + with: + args: "-s root.tex -o root.md" + - uses: actions/upload-artifact@v4 + with: + name: document + path: | + root.md diff --git a/.gitignore b/.gitignore @@ -308,3 +308,6 @@ TSWLatexianTemp* *.ist *.pdf *.kate-swp +root_html/ +*.ps +root.md diff --git a/root.tex b/root.tex @@ -121,7 +121,6 @@ home: https://github.com/nordeck/matrix-neoboard %%%%%%%%%%%%%%%%%%%%%%%% \printglossaries -%\printglossary[type=\acronymtype] \nocite{*} \printbibliography[heading=bibintoc,title={Sources}]