From 9989c0b0678af2320ba9019950823869858d5ed7 Mon Sep 17 00:00:00 2001 From: XDuskAshesReal <101196233+XDuskAshes@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:30:35 -0400 Subject: [PATCH] praying i can use github actions sanely --- .github/workflows/latex-checker.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/latex-checker.yml b/.github/workflows/latex-checker.yml index cb2fe3c..61e95af 100644 --- a/.github/workflows/latex-checker.yml +++ b/.github/workflows/latex-checker.yml @@ -11,10 +11,7 @@ jobs: with: root_file: docs/stitch-documentation.tex - name: Upload PDF file - uses: actions/upload-artifact@v3 - with: - name: PDF - path: stitch-documentation.pdf + run: git add docs/stitch-documentation.pdf && git commit -m "[DOCS] Make docs." && git push # praying