Skip to content

Commit

Permalink
wip(ci): Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Feb 4, 2025
1 parent 062994b commit 89fe0e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: jekyll-site
- name: Debug
run: |
ls -l
ls -l _site
ls -l _site/administrative
ls -l _site/standards
- name: Download docs artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 89fe0e6

Please sign in to comment.