Skip to content

Commit

Permalink
Remove PDF download
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Aug 5, 2024
1 parent 2c9538d commit 1538a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build the book
run: |
quarto render docs/
continue-on-error: true # for diagnosing build issue related to image file
#continue-on-error: true # for diagnosing build issue related to image file

#
# GITHUB PAGES STUFF
Expand Down
2 changes: 1 addition & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ book:
repo-branch: main
repo-subdir: docs
repo-actions: [edit, issue, source]
downloads: [pdf, epub, docx]
#downloads: [pdf, epub, docx] # need to fix image-related build issue for deployment to resolve and this to work on GH pages

#cover-image: cover.png
#favicon: favicon.ico
Expand Down

0 comments on commit 1538a7e

Please sign in to comment.