Skip to content

Commit

Permalink
feat: Update GitHub Pages artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 16, 2025
1 parent 2813437 commit ebc475d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ebc475d

Please sign in to comment.