We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec40c2d commit 1847957Copy full SHA for 1847957
.github/workflows/compile.yml
@@ -21,8 +21,10 @@ jobs:
21
with:
22
path: master
23
- name: Install pre-requisites for LaTeX
24
+ working-directory: master
25
run: ./dev/install-latex.sh
26
- name: Install pre-requisites for spell check
27
28
run: ./dev/install-spellcheck.sh
29
- name: Run spellcheck
30
working-directory: master
.github/workflows/pdfs.yml
@@ -16,6 +16,7 @@ jobs:
16
17
18
19
20
- name: Compile first phase
0 commit comments