Skip to content

Commit

Permalink
chore: Included deployment logging
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Nov 29, 2024
1 parent d9a24e6 commit c44188f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
run: git checkout main -- docs/htwoo-core/* && mv -f docs/htwoo-core public/htwoo-core/
- name: Copy hTWOo React style guide
run: git checkout main -- docs/htwoo-react/* && mv -f docs/htwoo-react public/htwoo-react/
- name: Show Deployment folder
run: ls -la public
- name: Verify artifact size and content
run: |
find ./public -type l -exec rm -f {} \; # Remove symlinks
Expand Down

0 comments on commit c44188f

Please sign in to comment.