From 4a8e7c638959e6e8f82ab59e611d32842ed779cf Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Sun, 3 Oct 2021 21:21:21 +0200 Subject: [PATCH] Double checkout was no good --- .github/workflows/compile.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index fef9a43..4a8b21c 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -14,8 +14,6 @@ jobs: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - run: python gen.py - - name: Set up Git repository - uses: actions/checkout@v2 - name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: