Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stray quarto_ipynb files in default projects + publishing #11597

Open
cscheid opened this issue Dec 2, 2024 · 0 comments
Open

Stray quarto_ipynb files in default projects + publishing #11597

cscheid opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working files Issues related to temporary file locations, nonstandard output locations, etc publishing

Comments

@cscheid
Copy link
Collaborator

cscheid commented Dec 2, 2024

touch _quarto.yml
for i in {1..10}; do
  echo -e "---\ntitle: File ${i}\nengine: jupyter\n---\n\n{{< lipsum 1 >}}" > file${i}.qmd;
done
git init
git remote add origin whatever
quarto publish gh-pages --no-browser file1.qmd
@cscheid cscheid added bug Something isn't working files Issues related to temporary file locations, nonstandard output locations, etc publishing labels Dec 2, 2024
@cscheid cscheid self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working files Issues related to temporary file locations, nonstandard output locations, etc publishing
Projects
None yet
Development

No branches or pull requests

1 participant