quarto-dev / quarto-dev/quarto-cli
`quarto publish gh-pages`: use remote source other than `origin`
Open
@cderv is already working on this.
Since Apr 17, 2025.
enhancement
publishing-github
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/5993
Originally posted by rgaiacs June 21, 2023
Description
I have a Git remote source named quarto:
$ git remote -v
quarto git@github.com:gesiscss/orc2.git (fetch)
quarto git@github.com:gesiscss/orc2.git (push)
Executing quarto publish gh-pages produces the follow prompt
? Publish site to undefined using gh-pages? (Y/n) ›
Will be great if the prompt get information of other remote sources.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.