We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf084cb + 9e97842 commit d06ae2dCopy full SHA for d06ae2d
.github/workflows/pelican.yml
@@ -48,6 +48,9 @@ jobs:
48
echo "::warning title=Invalid file permissions automatically fixed::$line"
49
done
50
51
+ - name: Debug output folder contents
52
+ run: ls -lah output && cat output/index.html || echo "index.html not found"
53
+
54
- name: Upload site artifact
55
uses: actions/upload-pages-artifact@v3
56
with:
README.md
@@ -1,2 +1,2 @@
1
-# tonyromarock.github.io-src
+# pemo-ml.github.io-src
2
Holds sources of my pelican blog.
0 commit comments