From 84602ecf8cb61ab0a5b7bd1948a5ee58a5e3bc04 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:00:13 +0200 Subject: [PATCH] Update build-latex.yml --- .github/workflows/build-latex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-latex.yml b/.github/workflows/build-latex.yml index 6d8783a..852b188 100644 --- a/.github/workflows/build-latex.yml +++ b/.github/workflows/build-latex.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ./lectures/01-introduction/txt/ + working_directory: ./lectures/01-introduction/txt/ steps: - name: Set up Git repository uses: actions/checkout@v4