Skip to content

Commit 1847957

Browse files
author
Vladimir Kotal
committed
add workdir
1 parent ec40c2d commit 1847957

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
with:
2222
path: master
2323
- name: Install pre-requisites for LaTeX
24+
working-directory: master
2425
run: ./dev/install-latex.sh
2526
- name: Install pre-requisites for spell check
27+
working-directory: master
2628
run: ./dev/install-spellcheck.sh
2729
- name: Run spellcheck
2830
working-directory: master

.github/workflows/pdfs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
path: master
1818
- name: Install pre-requisites for LaTeX
19+
working-directory: master
1920
run: ./dev/install-latex.sh
2021
- name: Compile first phase
2122
working-directory: master

0 commit comments

Comments
 (0)