github actions/gh pages error - ERROR: The specified path (_site) does not exist so cannot be published. #5147
Replies: 4 comments 7 replies
-
Could you share the repository where you are having this issue? |
Beta Was this translation helpful? Give feedback.
-
Also check the Github configuration for your repository https://quarto.org/docs/publishing/github-pages.html#source-branch |
Beta Was this translation helpful? Give feedback.
-
@mcanouil unfortunately it is a private repo:/ But if there is something in specific you'd like to see I can send a screenshot. @cderv - yes I have it built from gh-pages. It's strange, everything has worked smoothly since I made the page ~ 6 months ago but just yesterday it required the |
Beta Was this translation helpful? Give feedback.
-
@DOH-FAA3303 I did the complete setup for GitHub Pages and it worked just fine without having to add |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wasn't able to push changes to my gh-pages due to this error, however once I removed
_site
from my .gitignore I could successfully push the changes and the document rendered via github actions.Has this changed in the last few months? I used to have
_site
in my gitignore and the site rendered just fine. Do we now need to push_site
files? It's still in the quarto documentation that I can have _site in the gitignore https://quarto.org/docs/publishing/github-pages.html#ignoring-outputBeta Was this translation helpful? Give feedback.
All reactions