Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Deploy

on:
#pull_request: # enable pull_request for testing
pull_request: # enable pull_request for testing
push:
branches:
- master
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
tlmgr install capt-of colortbl ellipse pict2e ctex datetime2 enumitem everysel fancyhdr \
fandol float ms needspace oberdiek parskip sourcecodepro tabulary \
titlesec tracklang ulem upquote varwidth wrapfig \
xcolor xecjk zhnumber
xcolor xecjk zhnumber hypcap
# Update the fonts
sudo cp -r ~/.TinyTeX/texmf-dist/fonts/opentype/adobe/ /usr/share/fonts/opentype
fc-cache -f -v
Expand Down
Loading