From e5e7568b04b3817a884704d6891e09ae0115e66f Mon Sep 17 00:00:00 2001 From: Pratik Kumar Date: Tue, 22 Oct 2024 10:34:59 +0000 Subject: [PATCH] update render dir --- .github/workflows/quarto.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto.yaml b/.github/workflows/quarto.yaml index bda9939..87d108a 100644 --- a/.github/workflows/quarto.yaml +++ b/.github/workflows/quarto.yaml @@ -17,7 +17,7 @@ jobs: uses: quarto-dev/quarto-actions/setup@v2 - name: Render Quarto website - run: quarto render + run: quarto render docs/ - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3