Skip to content

Commit 0a4962e

Browse files
committed
Don't build PDF
1 parent 7c48aff commit 0a4962e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# RENDER WEBSITE CONTENTS TO DOCS/_BUILD
6969
- name: Build the book
7070
run: |
71-
quarto render docs/
71+
quarto render docs/ --to html
7272
7373
#
7474
# GITHUB PAGES STUFF

0 commit comments

Comments
 (0)