From ff46d5bf1fce37de31093f894dd2b1408765a1fd Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Sat, 17 Feb 2024 18:35:56 -0300 Subject: [PATCH] correcting paths --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e9b8e4..cada987 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,9 +63,10 @@ jobs: # any::xml2 # any::tidyverse # any::DT - - name: Run quarto render - run: | - quarto render site/ + - name: Render Quarto Project + uses: quarto-dev/quarto-actions/render@v2 + with: + path: ./site - name: Deploy pages uses: peaceiris/actions-gh-pages@v3 with: