chore: Update artifact upload path in GitHub Pages workflow

This commit is contained in:
Paul Gauthier (aider) 2025-01-16 08:57:51 -08:00
parent 0ed42f657d
commit af09c3e62a

View file

@ -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: