-
        DescriptionHi all! I'm not sure why, but my quarto website is not rendered properly: Site: Source code: It works fine when I publish it locally. Any ideas what went wrong? Thanks!  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
| 
         Could you expand? What do you mean? How exactly are you publishing? What version of Quarto CLI are you using?  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Sure. The rendered version published online contains nothing but the header:  
While the local version is rendered as expected  
I tried to publish both manually and through github action: My quarto cli version is 1.7.33  | 
  
Beta Was this translation helpful? Give feedback.



Thanks for your help! The problem was in my repository’s Pages configuration: It was set to “GitHub Actions” instead of “Deploy from a branch”, so the site was being served from the default Pages workflow rather than the gh-pages branch generated by Quarto.
After switching the source to “Deploy from a branch → gh-pages (root)”, everything rendered perfectly!
https://uriahf.github.io/pseudostate/reference/index.html