Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow with artifact path and deploy p…
Browse files Browse the repository at this point in the history
…ages version
  • Loading branch information
paul-gauthier committed Jan 16, 2025
1 parent af09c3e commit d7921c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d7921c0

Please sign in to comment.