diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 608eff9..7978222 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Install TeXLive run: | - sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended + sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk - name: Build PDF documentaiton run: |