Skip to content

Commit

Permalink
update: build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a48zhang committed Sep 11, 2024
1 parent 69686f1 commit 8b18b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:

- name: Install Fonts
run: |
mkdir -p /tmp/adodefont
cd /tmp/adodefont
mkdir -p ./tmp/adodefont
cd ./tmp/adodefont
apt update -y
apt install -y texlive texlive-xetex texlive-lang-chinese latexmk wget unzip
tlmgr install minted
Expand All @@ -68,6 +68,7 @@ jobs:

- name: Generate PDF
run: |
cd ../../
mkdir -p ~/.pandoc/templates
cp pandoc/algo.latex ~/.pandoc/templates/
bash pandoc/gen.sh
Expand Down

0 comments on commit 8b18b5d

Please sign in to comment.