Skip to content

Commit

Permalink
ci: install needed fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Apr 1, 2024
1 parent b965ea0 commit aae1072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Install fonts
run: sudo apt-get install fonts-font-awesome fonts-roboto textlive-fonts-recommended textlive-fonts-extra
- name: Typst
uses: yusancky/setup-typst@v2
id: setup-typst
Expand Down

0 comments on commit aae1072

Please sign in to comment.