Describe the bug
I'm trying to deploy the project using the Github action provided, but when the deploys finishes with no error, the page deployed has only a XML file (and not the static HTML file generated with styles)
Desktop (please complete the following information):
Quartz Version: v4
node Version: v20.10.0
npm version: v10.2.3
OS: MacOS Sonoma
Browser Chrome
Additional context
I noticed from other users that the generated site is on their <user>.github.io URL, without the repo name at the end. I don't know if this is related
Describe the bug I'm trying to deploy the project using the Github action provided, but when the deploys finishes with no error, the page deployed has only a XML file (and not the static HTML file generated with styles)
To Reproduce Steps to reproduce the behavior:
deploy.yml
file (https://quartz.jzhao.xyz/hosting#github-pages)Expected behavior I expected to see a page like this to be generated: https://quartz.jzhao.xyz/
Screenshots and Source My repo: https://github.com/BiancaPereira/garden The XML generated: https://biancapereira.github.io/garden/
Desktop (please complete the following information):
node
Version: v20.10.0npm
version: v10.2.3Additional context I noticed from other users that the generated site is on their
<user>.github.io
URL, without the repo name at the end. I don't know if this is related