We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c48aff commit 0a4962eCopy full SHA for 0a4962e
1 file changed
.github/workflows/deploy.yml
@@ -68,7 +68,7 @@ jobs:
68
# RENDER WEBSITE CONTENTS TO DOCS/_BUILD
69
- name: Build the book
70
run: |
71
- quarto render docs/
+ quarto render docs/ --to html
72
73
#
74
# GITHUB PAGES STUFF
0 commit comments