-
DescriptionWhen I try to publish to Github, it complaints it is not a book nor website project.
Using Quarto from repo (commit bf59e13) [✓] Checking tools....................OK [✓] Checking LaTeX....................OK [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK [✓] Checking Jupyter engine render....OK [✓] Checking R installation...........OK
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Our error message is wrong here as Manuscripts are supported. (we'll improve it). Manuscripts are checked specifically in our code quarto-cli/src/command/publish/cmd.ts Lines 323 to 325 in 1dfc6db I also tested it with a new manuscript project so what is your |
Beta Was this translation helpful? Give feedback.
Our error message is wrong here as Manuscripts are supported. (we'll improve it).
Manuscripts are checked specifically in our code
quarto-cli/src/command/publish/cmd.ts
Lines 323 to 325 in 1dfc6db
I also tested it with a new manuscript project
quarto create project
and it works ok. Demo repo I just published https://github.com/cderv/test-manuscriptso what is your
_quarto.yml
content ? From where are you callingquarto publish
command ?