From 122f87645703872f96fd3c1512661ca3db81671f Mon Sep 17 00:00:00 2001 From: Brandon Bertelsen Date: Thu, 31 Oct 2024 17:21:38 -0400 Subject: [PATCH] Update build_book.yaml to accomodate changes to quarto actions --- .github/workflows/build_book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_book.yaml b/.github/workflows/build_book.yaml index 1ad98009..d4806cad 100644 --- a/.github/workflows/build_book.yaml +++ b/.github/workflows/build_book.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Quarto - uses: quarto-dev/quarto-actions/install-quarto@v1 + uses: quarto-dev/quarto-actions/setup@v2 with: # To install LaTeX to build PDF book tinytex: true