Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tr0njavolta authored Dec 5, 2024
1 parent fdd3d58 commit 42a0a59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
sudo mv hugo /usr/local/bin/
- name: Debug SCSS structure
run: ls -R assets/scss
run: |
echo "Listing SCSS files:"
ls -R assets/scss
- name: Build Hugo site
run: hugo
Expand Down

0 comments on commit 42a0a59

Please sign in to comment.