From e2156944f5b450a2bee9897e7c89afae9ccfdd30 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Thu, 6 Feb 2025 11:01:13 -0500 Subject: [PATCH] fix --- .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 e1503b8..8ab747b 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 \ No newline at end of file + publish_dir: docs