mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
chore: Update GitHub Actions workflow with artifact path and deploy pages version
This commit is contained in:
parent
af09c3e62a
commit
d7921c0111
1 changed files with 2 additions and 5 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue