From b49523f57cfbbe8b0103048fdc5f7aef84b9ee97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pawela?= <3093117+lpawela@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:03:36 +0200 Subject: [PATCH] Update build-latex.yml --- .github/workflows/build-latex.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-latex.yml b/.github/workflows/build-latex.yml index 852b188..a8cea00 100644 --- a/.github/workflows/build-latex.yml +++ b/.github/workflows/build-latex.yml @@ -5,15 +5,13 @@ on: [push] jobs: build_latex: runs-on: ubuntu-latest - defaults: - run: - working_directory: ./lectures/01-introduction/txt/ steps: - name: Set up Git repository uses: actions/checkout@v4 - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: + working_directory: ./lectures/01-introduction/txt/ root_file: lecture.tex - name: Upload PDF file uses: actions/upload-artifact@v4