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.
1 parent 5f247d1 commit 9e97842Copy full SHA for 9e97842
.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:
0 commit comments