Skip to content

Commit fad55f4

Browse files
author
Vladimir Kotal
committed
add checkout
1 parent 5481cb1 commit fad55f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pdfs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ jobs:
1818
run: sudo apt-get -qq update
1919
- name: Install pre-requisites for LaTeX
2020
run: sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-pstricks aspell aspell-en
21+
- name: Checkout master branch
22+
uses: actions/checkout@v2
23+
with:
24+
path: master
2125
- name: Run spellcheck
26+
working-directory: master
2227
run: make spellcheck
2328
- name: Compile first phase
29+
working-directory: master
2430
run: make slides notes
2531
- name: Compile second phase to get table of contents
32+
working-directory: master
2633
run: make slides notes

0 commit comments

Comments
 (0)