-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Why are you running Note that this workflow is GitHub and has nothing to do with Quarto. |
Beta Was this translation helpful? Give feedback.
-
Landed here via Google. I wanted to disable github pages completely. For those who are looking to do the same, you can choose "None" at the bottom of the branch dropdown to disable it. This is under repo settings General -> Pages |
Beta Was this translation helpful? Give feedback.
gh-pages
is a special branch for GitHub Pages.If you don't want GitHub Pages, don't use that branch.
Add whatever steps you want after the Quarto render step.
quarto publish
is a simple wrapper ofquarto render
and common tasks.See https://docs.github.com/en/actions.