Skip to content

Commit 334a93d

Browse files
committed
Improve to support export folder structure
1 parent 018d62b commit 334a93d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Convert JSON files to HTML
3434
run: |
35-
if [ -d "json" ] && [ "$(ls -A json/*.json 2>/dev/null)" ]; then
35+
if [ -d "json" ] && [ -n "$(find json -name '*.json' -type f 2>/dev/null)" ]; then
3636
chmod +x convert_json_to_html.py
3737
uv run convert_json_to_html.py
3838
else

charts/.gitkeep

Whitespace-only changes.

json/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)