mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
chore: Update artifact upload path in GitHub Pages workflow
This commit is contained in:
parent
0ed42f657d
commit
af09c3e62a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue