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 43b4810d98d823b27ef4514592333ebd8bc28b67
parent f0b2cd18930cb083d65a33915375a86522769aef
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  8 Nov 2024 23:30:25 +0100

Fix ci

Diffstat:
M.github/workflows/build.yaml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -43,9 +43,8 @@ jobs: - name: Compile LaTeX document run: ./build.sh - uses: docker://pandoc/core:3.5 - working-directory: build with: - args: "-s root.tex -o root.md" + args: "-s build/root.tex -o build/root.md" - name: Run make4ht working-directory: build run: make4ht -s -u -x --format odt --loglevel info -e build.mk4 root.tex || exit 0