diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e6db2..7c5d448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,5 @@ jobs: uses: quarto-dev/quarto-actions/setup@v2 - name: Render site + working-directory: librosa_blog run: quarto render \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a62f144..702c924 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,12 +29,13 @@ jobs: uses: actions/configure-pages@v5 - name: Render site for production + working-directory: librosa_blog run: quarto render - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 with: - path: _site + path: librosa_blog/_site deploy: name: Deploy to GitHub Pages