Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiphereth-A committed Oct 20, 2023
1 parent 43f9ca6 commit 54398d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
wget -q -O firacode.zip "https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip"
unzip -q firacode.zip -d firacode
unzip -q fira.zip -d fira
for i in woff2 variable_ttf ttf; do cp -r firacode/$i /usr/share/fonts/$i; cp -r fira/$i /usr/share/fonts/$i; done
cp -r firacode /usr/share/fonts
cp -r fira /usr/share/fonts
fc-cache -f
root_file: notebook.tex
- name: Create Release
Expand Down

0 comments on commit 54398d9

Please sign in to comment.