We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d469a commit 98bc063Copy full SHA for 98bc063
1 file changed
.github/workflows/pythonchile.yml
@@ -48,6 +48,9 @@ jobs:
48
python -m pip install --upgrade pip
49
pip install -r requirements.txt
50
51
+ - name: Debug repo structure
52
+ run: ls -R .
53
+
54
- name: build static site
55
run: pelican content -s publishconf.py -o output
56
0 commit comments