Preview builds site fine but render and publish fail #4033
Replies: 2 comments 2 replies
-
To what format are you rendering ? What is in your
Are you able to render you book project to PDF ? Without more information, it will be hard to help further. |
Beta Was this translation helpful? Give feedback.
-
Ah OK, thanks. I want to render to html only (for now) so I guess I should do |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm finding that preview works great: I have HTML in
_book
and it looks great. But thenrender
andpublish
(which presumably callsrender
) both try and do something with xelatex and then fail, producing an incomplete pdf in the process.I'm not sure what's going on. Why does
render
do this whenpreview
makes HTML perfectly OK? Any help would be great!Beta Was this translation helpful? Give feedback.
All reactions