Skip to content

Commit 98bc063

Browse files
committed
feat: debug tree
1 parent 02d469a commit 98bc063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonchile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
python -m pip install --upgrade pip
4949
pip install -r requirements.txt
5050
51+
- name: Debug repo structure
52+
run: ls -R .
53+
5154
- name: build static site
5255
run: pelican content -s publishconf.py -o output
5356

0 commit comments

Comments
 (0)