Skip to content

Commit 00257ca

Browse files
authored
Update deploy-pages.yml
1 parent fb25458 commit 00257ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
run: |
2626
python3 --version
2727
python3 scripts/API/emit_static_api.py
28+
echo "[ls] public/"
29+
ls -lah public || true
30+
echo "[ls] public/api/"
31+
ls -lah public/api || true
32+
echo "[ls] public/api/v1/"
33+
ls -lah public/api/v1 || true
34+
test -f public/api/v1/index.json || { echo "::error ::public/api/v1/index.json missing"; exit 1; }
2835
2936
- name: Upload artifact
3037
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)