File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 \;
You can’t perform that action at this time.
0 commit comments