Skip to content

Commit ccc482f

Browse files
authored
Update hugo-pages.yml
1 parent 0b92c1f commit ccc482f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/hugo-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
extended: true
3131

3232
- name: Build
33-
run: hugo --minify
33+
run: | hugo --minify
34+
echo "---- public/ (top) ----"
35+
ls -la public | head -n 50
36+
test -f public/index.html
3437

3538
- name: Upload Pages artifact
3639
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)