feat: Update GitHub Pages artifact upload path

This commit is contained in:
Paul Gauthier (aider) 2025-01-16 08:38:19 -08:00
parent 2813437515
commit ebc475d278

View file

@ -55,10 +55,9 @@ jobs:
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: "aider/website/_site/"
path: "aider/website/_site"
# Deployment job
deploy: