feat: Add build output listing step to debug artifact upload

This commit is contained in:
Paul Gauthier (aider) 2025-01-16 08:54:57 -08:00
parent ed7fbabd1c
commit 0ed42f657d

View file

@ -55,6 +55,9 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env: env:
JEKYLL_ENV: production JEKYLL_ENV: production
- name: List build output
run: ls -la aider/website/_site
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: