fix: update artifact upload path to match Jekyll build directory

This commit is contained in:
Paul Gauthier (aider) 2024-12-10 11:12:23 -08:00
parent 61def89878
commit af48f7bab4

View file

@ -58,7 +58,7 @@ jobs:
# Automatically uploads an artifact from the './_site' directory by default # Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
path: "aider/website/_site/" path: "_site/"
# Deployment job # Deployment job
deploy: deploy: