Skip to content

Commit 87a1f53

Browse files
Merge pull request #95 from Promptly-Technologies-LLC/35-automate-the-documentation-rendering-and-publishing
Add missing publish target
2 parents 4257927 + d1c7f3c commit 87a1f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Render Documentation
7878
run: |
7979
# Publish Quarto documentation
80-
uv run quarto publish --no-prompt --no-browser
80+
uv run quarto publish gh-pages --no-prompt --no-browser
8181
8282
# Render README in GitHub Flavored Markdown
8383
uv run quarto render index.qmd --output-dir . --output README.md --to gfm

0 commit comments

Comments
 (0)