From 39354a9d477f5cf7c303ba62ee40180c26a567cb Mon Sep 17 00:00:00 2001 From: jiayouba233 <72449367+jiayouba233@users.noreply.github.com> Date: Wed, 20 Apr 2022 22:59:36 +0800 Subject: [PATCH] Delete test-build.yml --- .github/workflows/test-build.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/test-build.yml diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml deleted file mode 100644 index acb338f..0000000 --- a/.github/workflows/test-build.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Build document - -on: - push: - pull_request: - types: [opened, reopened] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build the document - 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 - path: ./Run/Run.pdf