mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
chore: Update GitHub Actions workflow with artifact path and deploy pages version
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
af09c3e62a
commit
d7921c0111
7
.github/workflows/pages.yml
vendored
7
.github/workflows/pages.yml
vendored
@@ -55,13 +55,10 @@ jobs:
|
||||
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||
env:
|
||||
JEKYLL_ENV: production
|
||||
- name: List build output
|
||||
run: ls -la _site
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: "_site"
|
||||
path: "aider/website/_site"
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
@@ -73,7 +70,7 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
Reference in New Issue
Block a user