Unable to deploy build due to plugin

Hi All,

I’m mainly having difficulties deploying my website mainly thru Quarto and CI. Seems like my commits are not being deployed due to a plug-in error and something related to the PDF-engine. As far as I know, I have the latest TinyTeX installed and working well with Quarto and rendering locally.

We need to know your netlify site name: nourn.netlify.app
My GitHub

──────────────────────────────────────────────
8:15:47 AM: ​
8:15:47 AM: ❯ Version
8:15:47 AM: @netlify/build 32.1.0
8:15:47 AM: ​
8:15:47 AM: ❯ Flags
8:15:47 AM: accountId: 608101a9cad6015d4dfa7a33
8:15:47 AM: baseRelDir: true
8:15:47 AM: buildId: 68181123b51d900008b76fb4
8:15:47 AM: deployId: 68181123b51d900008b76fb6
8:15:47 AM: ​
8:15:47 AM: ❯ Current directory
8:15:47 AM: /opt/build/repo
8:15:47 AM: ​
8:15:47 AM: ❯ Config file
8:15:47 AM: /opt/build/repo/netlify.toml
8:15:47 AM: ​
8:15:47 AM: ❯ Context
8:15:47 AM: production
8:15:47 AM: ​
8:15:47 AM: ❯ Loading plugins
8:15:47 AM: - @quarto/netlify-plugin-quarto@0.0.5 from netlify.toml and package.json
8:15:52 AM: Netlify configuration {
8:15:52 AM: functions: { ‘*’: {} },
8:15:52 AM: plugins: [
8:15:52 AM: {
8:15:52 AM: origin: ‘config’,
8:15:52 AM: package: ‘@quarto/netlify-plugin-quarto’,
8:15:52 AM: inputs: {}
8:15:52 AM: }
8:15:52 AM: ],
8:15:52 AM: build: {
8:15:52 AM: environment: {
8:15:52 AM: BRANCH: ‘master’,
8:15:52 AM: CONTEXT: ‘production’,
8:15:52 AM: DEPLOY_PRIME_URL: link removed
8:15:52 AM: DEPLOY_URL: link removed
8:15:52 AM: GO_VERSION: ‘1.19.x’,
8:15:52 AM: SITE_ID: ‘1cd0b658-217b-46a6-b4f5-de50e23f00e4’,
8:15:52 AM: SITE_NAME: ‘nourn’,
8:15:52 AM: URL: link removed
8:15:52 AM: },
8:15:52 AM: publish: ‘/opt/build/repo/_site’,
8:15:52 AM: publishOrigin: ‘ui’,
8:15:52 AM: processing: { css: {}, html: {}, images: {}, js: {} },
8:15:52 AM: services: {}
8:15:52 AM: },
8:15:52 AM: headers: ,
8:15:52 AM: redirects:
8:15:52 AM: }
8:15:52 AM: Plugin configuration { version: ‘latest’, cmd: ‘render’ }
8:15:52 AM: Build directory _site
8:15:53 AM:
8:15:53 AM: [1/5] posts/2025-05-02-new-website/index.qmd
8:15:55 AM:
8:15:55 AM: [2/5] projects/gh-hds-plws/index.qmd
8:16:06 AM: Failed during stage ‘building site’: Build script returned non-zero exit code: 2 [link removed]
8:16:06 AM:
8:16:06 AM: Rendering PDF
8:16:06 AM: running xelatex - 1
8:16:06 AM: No TeX installation was detected.
8:16:06 AM: Please run ‘quarto install tinytex’ to install TinyTex.
8:16:06 AM: If you prefer, you may install TexLive or another TeX distribution.
8:16:06 AM: ​
8:16:06 AM: Plugin “@quarto/netlify-plugin-quarto” failed
8:16:06 AM: ────────────────────────────────────────────────────────────────
8:16:06 AM: ​
8:16:06 AM: Error message
8:16:06 AM: Error: Error message
8:16:06 AM: Command failed with exit code 1: /tmp/quarto/bin/quarto render [link removed]
8:16:06 AM: ​
8:16:06 AM: [1/5] posts/2025-05-02-new-website/index.qmd
8:16:06 AM: ​
8:16:06 AM: [2/5] projects/gh-hds-plws/index.qmd
8:16:06 AM: ​
8:16:06 AM: Rendering PDF
8:16:06 AM: running xelatex - 1
8:16:06 AM: ​
8:16:06 AM: No TeX installation was detected.
8:16:06 AM: ​
8:16:06 AM: Please run ‘quarto install tinytex’ to install TinyTex.
8:16:06 AM: If you prefer, you may install TexLive or another TeX distribution.
8:16:06 AM: ​​
8:16:06 AM: Plugin details
8:16:06 AM: Package: @quarto/netlify-plugin-quarto
8:16:06 AM: Version: 0.0.5
8:16:06 AM: Repository: git+https://github.com/quarto-dev/netlify-plugin-quarto.git
8:16:06 AM: npm link: link removed
8:16:06 AM: Report issues: link removed
8:16:06 AM: ​
8:16:06 AM: Error location
8:16:06 AM: In “onBuild” event in “@quarto/netlify-plugin-quarto” from netlify.toml and package.json
8:16:06 AM: ​
8:16:06 AM: Resolved config
8:16:06 AM: build:
8:16:06 AM: publish: /opt/build/repo/_site
8:16:06 AM: publishOrigin: ui
8:16:06 AM: plugins:
8:16:06 AM: - inputs: {}
8:16:06 AM: origin: config
8:16:06 AM: package: ‘@quarto/netlify-plugin-quarto’
8:16:06 AM: Build failed due to a user error: Build script returned non-zero exit code: 2
8:16:06 AM: Failing build: Failed to build site
8:16:06 AM: Finished processing build request in 37.516s

Cheers,
Nan

That’s not a Netlify maintained plugin. Please reach out to the plugin-author for help. It seems to be maintained by Quarto team: quarto-dev/netlify-plugin-quarto