Skip to content

Commit 9e97842

Browse files
authored
Update pelican.yml
add debug info about output and index.html
1 parent 5f247d1 commit 9e97842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pelican.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
echo "::warning title=Invalid file permissions automatically fixed::$line"
4949
done
5050
51+
- name: Debug output folder contents
52+
run: ls -lah output && cat output/index.html || echo "index.html not found"
53+
5154
- name: Upload site artifact
5255
uses: actions/upload-pages-artifact@v3
5356
with:

0 commit comments

Comments
 (0)