update workflow
1 changed file+2−2
.github/workflows/deploy-gh-pages.ymlmodified+2−2View file
@@ -29,10 +29,10 @@ jobs:
2929 - name: Checkout
3030 uses: actions/checkout@v4
3131
32- - name: Install pandoc
32+ - name: Install pandoc and texlive
3333 run: |
3434 sudo apt-get update
35- sudo apt-get install -y pandoc
35+ sudo apt-get install -y pandoc texlive-latex-recommended
3636
3737 - name: Setup Node.js
3838 uses: actions/setup-node@v3