Skip to content

Commit d06ae2d

Browse files
committed
Merge branch 'master' of github.com:pemo-ml/pemo-ml.github.io-src
2 parents bf084cb + 9e97842 commit d06ae2d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# tonyromarock.github.io-src
1+
# pemo-ml.github.io-src
22
Holds sources of my pelican blog.

0 commit comments

Comments
 (0)