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 0b114964624ef2662a302f78ae591976eb992f17
parent 28e57ba704855bcecf212fa588ebfe36e6a1770a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 25 Oct 2024 11:53:03 +0200

Fix workflow

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

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -27,9 +27,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: docker://pandoc/core:2.9 - with: - args: "-s root.tex -o root.md" + - uses: docker://pandoc/core:2.9 + with: + args: "-s root.tex -o root.md" - uses: actions/upload-artifact@v4 with: name: document