From 1538a7ebe9d5d1494e893776bd8d3325a6a7829b Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Mon, 5 Aug 2024 17:47:57 -0400 Subject: [PATCH] Remove PDF download --- .github/workflows/quarto-pages.yml | 2 +- docs/_quarto.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-pages.yml b/.github/workflows/quarto-pages.yml index 2c17b6c..5cc1952 100644 --- a/.github/workflows/quarto-pages.yml +++ b/.github/workflows/quarto-pages.yml @@ -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 diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 4827f44..3f6844b 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -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