From af09c3e62a04456e9f2c779d53a313dae069d239 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 16 Jan 2025 08:57:51 -0800 Subject: [PATCH] chore: Update artifact upload path in GitHub Pages workflow --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 98a097bf4..0823b7afc 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -56,12 +56,12 @@ jobs: env: JEKYLL_ENV: production - name: List build output - run: ls -la aider/website/_site + run: ls -la _site - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: "aider/website/_site" + path: "_site" # Deployment job deploy: