We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b46be2 commit d1c7f3cCopy full SHA for d1c7f3c
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Render Documentation
78
run: |
79
# Publish Quarto documentation
80
- uv run quarto publish --no-prompt --no-browser
+ uv run quarto publish gh-pages --no-prompt --no-browser
81
82
# Render README in GitHub Flavored Markdown
83
uv run quarto render index.qmd --output-dir . --output README.md --to gfm
0 commit comments