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 5481cb1 commit fad55f4Copy full SHA for fad55f4
.github/workflows/pdfs.yml
@@ -18,9 +18,16 @@ jobs:
18
run: sudo apt-get -qq update
19
- name: Install pre-requisites for LaTeX
20
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
25
- name: Run spellcheck
26
+ working-directory: master
27
run: make spellcheck
28
- name: Compile first phase
29
30
run: make slides notes
31
- name: Compile second phase to get table of contents
32
33
0 commit comments