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 fb25458 commit 00257caCopy full SHA for 00257ca
.github/workflows/deploy-pages.yml
@@ -25,6 +25,13 @@ jobs:
25
run: |
26
python3 --version
27
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; }
35
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v3
0 commit comments