From 1faed996954ff2c2ef61dc7d4017b552edf15c85 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Sat, 17 Feb 2024 19:00:53 -0300 Subject: [PATCH] try rendering now --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b1886d..4016841 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: uses: quarto-dev/quarto-actions/publish@v2 with: target: gh-pages - render: false + render: true path: "site" # - name: Deploy pages # uses: peaceiris/actions-gh-pages@v3