Skip to content

Commit

Permalink
Debug directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
danjjl committed Nov 14, 2024
1 parent 4000dd6 commit 8f655fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/3-build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Debug directory contents
run: |
echo "Listing contents of the current directory"
ls -la
echo "Listing contents of website/public"
ls -la website/public
- name: Download results.json
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8f655fc

Please sign in to comment.