This commit is contained in:
Paul Gauthier 2024-12-10 11:20:25 -08:00
parent af48f7bab4
commit fbde0936e7

View file

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