Skip to content

Commit

Permalink
fix in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawron committed Apr 22, 2024
1 parent de88456 commit cfac685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build LaTeX document
on: [push]

jobs:
defaults:
run:
working-directory: ./lectures/01-introduction/txt/

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
Expand Down

0 comments on commit cfac685

Please sign in to comment.