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.
2 parents 4257927 + d1c7f3c commit 87a1f53Copy full SHA for 87a1f53
.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