Skip to content

Commit 93ff8e3

Browse files
committed
ci: check folders
1 parent 2de9638 commit 93ff8e3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pelican.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
3030
31+
- name: Check repo tree
32+
run: |
33+
pwd
34+
ls -R .
35+
3136
- name: build static site
32-
run: pelican content -s publishconf.py -o output
37+
run: pelican ./content -s publishconf.py -o output
3338

3439
- name: upload pages artifact
3540
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)