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 f0b2cd18930cb083d65a33915375a86522769aef
parent 660a143774615b21af50ff7c167285ff13195ed4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  8 Nov 2024 23:29:20 +0100

Fix ci

Diffstat:
M.github/workflows/build.yaml | 10++++------
1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -24,11 +24,10 @@ jobs: - name: Compile LaTeX document run: ./build.sh - uses: actions/upload-artifact@v4 - working-directory: build with: name: pdf path: | - root.pdf + build/root.pdf build-pandoc: runs-on: ubuntu-latest steps: @@ -57,10 +56,9 @@ jobs: working-directory: build run: soffice --convert-to docx root.odt - uses: actions/upload-artifact@v4 - working-directory: build with: name: pandoc path: | - root.md - root.odt - root.docx + build/root.md + build/root.odt + build/root.docx