From 6886d9c5d33461c44638706747f942e0bdbe0c25 Mon Sep 17 00:00:00 2001 From: jiayouba233 <72449367+jiayouba233@users.noreply.github.com> Date: Wed, 20 Apr 2022 22:55:24 +0800 Subject: [PATCH] Update test-build.yml --- .github/workflows/test-build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index ceea43b..acb338f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -11,10 +11,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the document - git clone https://github.com/The-Run-Philosophy-Organization/run.git - node index.js ./Run - root_file: | - Run.tex + with: + git clone https://github.com/The-Run-Philosophy-Organization/run.git + node index.js ./Run + root_file: | + Run.tex - uses: actions/upload-artifact@v2 with: name: Run.pdf