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