From 9d2b4115eb240322c035e116ef99510c2c53603e Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Sun, 18 Feb 2024 05:55:54 -0300 Subject: [PATCH] try quarto render directly --- .github/workflows/build.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c85c75..fbf7b8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Update site on: schedule: - - cron: "* 1 * * *" + - cron: "0 1 * * *" push: branches: [ master ] @@ -38,9 +38,11 @@ jobs: with: version: 1.4.550 - name: Render site - uses: quarto-dev/quarto-actions/render@v2 - with: - path: site + run: | + quarto render site + # uses: quarto-dev/quarto-actions/render@v2 + # with: + # path: site - name: Deploy pages uses: peaceiris/actions-gh-pages@v3 with: