mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +01:00
Fix missing fonts
This commit is contained in:
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Install LaTeX
|
- name: Install LaTeX
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y latexmk texlive texlive-science texlive-latex-extra texlive-bibtex-extra biber
|
sudo apt install -y latexmk texlive texlive-science texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra biber
|
||||||
|
|
||||||
|
|
||||||
- name: Prepare output directory
|
- name: Prepare output directory
|
||||||
@ -54,4 +54,4 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
COMMIT_NAME: "github-actions[bot]"
|
COMMIT_NAME: "github-actions[bot]"
|
||||||
COMMIT_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
COMMIT_EMAIL: "github-actions[bot]@users.noreply.github.com"
|
||||||
MESSAGE: "🤖 Hello human, doing my things ({sha})"
|
MESSAGE: "🤖 Hello human, doing my things ({sha})"
|
||||||
|
|||||||
Reference in New Issue
Block a user