Skip to content

Commit 38a0000

Browse files
committed
rollback to previous action
1 parent 8ab365d commit 38a0000

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ jobs:
1010
uses: actions/checkout@v4
1111
with:
1212
token: ${{ secrets.ACTION_TOKEN }}
13-
- name: Setup Pandoc and LaTeX
14-
uses: pandoc/actions/setup@v1
15-
with:
16-
version: latest
17-
- name: Install LaTeX fonts
13+
- name: Install pandoc
1814
run: |
1915
sudo apt-get update
20-
sudo apt-get install -y texlive-fonts-extra
16+
sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended
2117
- name: Make docs
2218
run: make all
2319
- name: Commit and push changes

0 commit comments

Comments
 (0)