Skip to content

Commit 3afefe5

Browse files
committed
update cells-production-split.yml
1 parent 0fbba9a commit 3afefe5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cells-production-split.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ jobs:
5454
run: cat /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/config.json
5555
- name: Build ${{ matrix.configure_one_product }}
5656
run: hugo --config "./config/cells-prod.toml","config.json" -c "content/cells" -b "https://products.aspose.cloud/cells" --cleanDestinationDir --minify --templateMetrics --templateMetricsHints
57+
- name: Debug directory structure
58+
run: |
59+
echo "=== nowfloder ==="
60+
pwd
61+
echo "=== floder ==="
62+
ls -la
63+
echo "=== allfloder ==="
64+
find . -maxdepth 2 -type d | sort
65+
echo "=== all public ==="
66+
find . -name "*public*" -type d 2>/dev/null || echo "no public "
67+
echo "=== all sitemap ==="
68+
find . -name "sitemap.xml" -type f 2>/dev/null || echo "no sitemap.xml"
5769
- name: Prepare public folder
5870
run: |
5971
find /home/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;

0 commit comments

Comments
 (0)