Skip to content

Commit 8b46be2

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,13 @@ jobs:
7474
- name: Setup Graphviz
7575
uses: ts-graphviz/setup-graphviz@v2
7676

77-
- name: Render and Publish
78-
run: uv run quarto publish gh-pages --no-prompt --no-browser
79-
8077
- name: Render Documentation
8178
run: |
8279
# Publish Quarto documentation
83-
quarto publish --no-prompt --no-browser
80+
uv run quarto publish --no-prompt --no-browser
8481
8582
# Render README in GitHub Flavored Markdown
86-
quarto render index.qmd --output-dir . --output README.md --to gfm
83+
uv run quarto render index.qmd --output-dir . --output README.md --to gfm
8784
8885
# Remove index.html if it exists
8986
rm -f index.html

0 commit comments

Comments
 (0)