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 93a46cdc19f85aeda0efea940f175e0d58ca5860
parent 148440db13dd1cfe562501bb3cd9fdcedefc4478
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 25 Oct 2024 12:11:52 +0200

Fix CI and output docx

Diffstat:
M.github/workflows/build.yaml | 10+++++++---
M.gitignore | 1+
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -23,15 +23,19 @@ jobs: name: pdf path: | root.pdf - build-markdown: + build-pandoc: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: docker://pandoc/core:2.9 + - uses: docker://pandoc/core:3.5 with: args: "-s root.tex -o root.md" + - uses: docker://pandoc/core:3.5 + with: + args: "-s root.tex -o root.docx --citeproc" - uses: actions/upload-artifact@v4 with: - name: markdown + name: pandoc path: | root.md + root.docx diff --git a/.gitignore b/.gitignore @@ -311,3 +311,4 @@ TSWLatexianTemp* root_html/ *.ps root.md +root.docx