Skip to content

Commit ee9c21b

Browse files
committed
Update ci-deploy.yml
1 parent 446c68c commit ee9c21b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ jobs:
122122
- name: Verify mkdocs + literate-nav in this env
123123
run: |
124124
python scripts/verify_env.py
125+
126+
- name: Install fonts
127+
run: |
128+
sudo apt-get update
129+
sudo apt-get install -y fonts-noto
130+
sudo apt-get install -y fonts-roboto
125131
126132
- name: List fonts
127133
run: fc-list | sort

0 commit comments

Comments
 (0)