Skip to content

Commit

Permalink
dev(ci): add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAuro committed Sep 30, 2024
1 parent 1ed2ac8 commit a4c0dd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Build website
run: yarn docs build

- name: List files
run: ls -al

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

0 comments on commit a4c0dd6

Please sign in to comment.