Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Anthonyive/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyive committed Aug 15, 2021
2 parents 12368a8 + 29202de commit c6fafe9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# WIP: Download extra fonts
# - name: Install TeX Live packages # (Note that you may don't need some of them)
# run: sudo apt install -y texlive-base texlive-xetex texlive-lang-chinese latexmk
# - name: Download the fonts
# run: for i in simhei.ttf simkai.ttf simsun.ttc simsunb.ttf simfang.ttf; do wget -P fonts/ https://xugr.keybase.pub/static/fonts/$i; done
# - name: Copy the fonts # In newer version of fontconfig, it reads $HOME/.local/share/fonts/ but not $HOME/.fonts
# run: mkdir -p ~/.local/share/fonts && cp -r fonts/* ~/.local/share/fonts/
# - name: Build font information caches
# run: fc-cache -rv

# compile tex file
- name: LaTeX Action
Expand Down

0 comments on commit c6fafe9

Please sign in to comment.