Skip to content

Commit d1c7f3c

Browse files
Remove redundant publish command
1 parent 8b46be2 commit d1c7f3c

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)