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 0e59b12
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,23 @@ 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:
pattern: '*-docs'
merge-multiple: true
- name: Debug
run: |
ls -l
ls -l _site || :
ls -l _site/administrative || :
ls -l _site/standards || :
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 0e59b12

Please sign in to comment.