Can quarto-pub
be created as a new branch similar to gh-pages
?
#3729
-
I'd like the main branch not to have |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
I am not sure to understand, This being said, |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Useful, thanks @cderv 😃 And sorry, I forgot to label as answered 😅, thanks for adding that in I can't reply in that comment thread anymore so doing it here. For more context, this was about publishing docs via nbdev. Usually it happens with gh-pages (in a separate branch) but the repo being worked on was private so couldn't use the default nbdev workflow I wanted to have a similar set up, where a new branch is created just like gh-pages, but using quarto-pub instead. The reason being that it's a private repo So private repo -> create new branch for docs -> publish on quarto from the dedicated docs branch (instead of gh-pages, which is the default behaviour for nbdev) |
Beta Was this translation helpful? Give feedback.
I am not sure to understand,
quarto-pub
is a host wheregh-pages
is a GitHub feature which has different setup, including one to publish from a Git branch.This being said,
_docs
and_proc
are part of your history because you added those directories.Simply add those directories in
.gitignore
.