From 2e4cabc5e8726e44e9172d6c320b5419f91c86ef Mon Sep 17 00:00:00 2001 From: CeresBarros Date: Thu, 16 Nov 2023 21:51:05 -0800 Subject: [PATCH] [skip-tutocheck] fix Deploy job to fix PDF download button link --- .github/workflows/render-quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-quarto.yml b/.github/workflows/render-quarto.yml index c8a834b..9c7377d 100644 --- a/.github/workflows/render-quarto.yml +++ b/.github/workflows/render-quarto.yml @@ -77,7 +77,7 @@ jobs: with: clean: false branch: gh-pages # The branch the action should deploy to. - folder: _book # The folder the action should deploy. + folder: . update-citation: needs: render-quarto