From 4d160c12e62dc59c86ed62f39ce101d2aaf815ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:20:07 +0000 Subject: [PATCH 1/2] Initial plan From ba34ffda88334cbbc3e16654adab40afe1c75868 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:29:21 +0000 Subject: [PATCH 2/2] fix(ci): render Quarto from librosa_blog and upload correct _site path Co-authored-by: bmcfee <1190540+bmcfee@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + .github/workflows/deploy.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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