-
Notifications
You must be signed in to change notification settings - Fork 383
Description
Bug description
I have problem rendering pdf files.
My code is public github repo: https://github.com/ati-ozgur/course-database
I created following github action which render to html works but render to pdf gives an error.
https://github.com/ati-ozgur/course-database/actions/runs/11297869117
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Your environment
No response
Quarto check output
Output from github action
Run quarto check
Quarto 1.5.57
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.5.57
Path: /opt/quarto/bin
(|) Checking tools....................
[✓] Checking tools....................OK
TinyTeX: v2024.10
Chromium: (not installed)
(|) Checking LaTeX....................
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /home/runner/.TinyTeX/bin/x86_64-linux
Version: 2024
(|) Checking basic markdown render....
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.10.12
Path: /usr/bin/python3
Jupyter: (None)
Jupyter is not available in this Python installation.
Install with python3 -m pip install jupyter
(|) Checking R installation...........
[✓] Checking R installation...........OK
Version: 4.4.1
Path: /usr/lib/R
LibPaths:
- /usr/local/lib/R/site-library
- /usr/lib/R/site-library
- /usr/lib/R/library
knitr: (None)
rmarkdown: (None)
The knitr package is not available in this R installation.
Install with install.packages("knitr")
The rmarkdown package is not available in this R installation.
Install with install.packages("rmarkdown")