From 610b4adb541fa40711b676df32fc19ec1454b852 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Thu, 6 Feb 2025 10:11:15 -0500 Subject: [PATCH] Fix quarto action --- .github/workflows/quarto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 717195b..ae4043f 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -25,4 +25,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs # This should be your Quarto output directory \ No newline at end of file + publish_dir: ./docs \ No newline at end of file