Skip to content

Commit

Permalink
feat: Add build output listing step to debug artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 16, 2025
1 parent ed7fbab commit 0ed42f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: List build output
run: ls -la aider/website/_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 0ed42f6

Please sign in to comment.