From b80e39d02c62ca3b508f4aae7173e54347918206 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Sun, 3 Oct 2021 20:57:15 +0200 Subject: [PATCH] Fixed Syntax --- .github/workflows/compile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 506487c..031c6e5 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -3,16 +3,16 @@ on: push: paths: - 'diarydata/*' - . 'model.tex' + - 'model.tex' jobs: build_latex: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - with: - 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 + with: + 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