File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ jobs:
5353 - name : Display config.json
5454 run : cat /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/config.json
5555 - name : Build ${{ matrix.configure_one_product }}
56- run : hugo --config "./config/cells-stage .toml","config.json" -c "content/cells" -b "https://products.aspose.cloud/cells" --cleanDestinationDir --minify --templateMetrics --templateMetricsHints
57- # - name: Prepare public folder
58- # run: |
59- # find /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;=
60- # mv /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/${{ vars.INDEX_SITEMAP }} public/sitemap.xml;
56+ run : hugo --config "./config/cells-prod .toml","config.json" -c "content/cells" -b "https://products.aspose.cloud/cells" --cleanDestinationDir --minify --templateMetrics --templateMetricsHints
57+ - name : Prepare public folder
58+ run : |
59+ find /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;=
60+ mv /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/${{ vars.INDEX_SITEMAP }} public/sitemap.xml;
6161 - name : Deploy ${{ matrix.configure_one_product }} to S3
6262 run : hugo deploy --config "./config/cells-prod.toml" --target "cells" --maxDeletes=0 --force
6363 env :
You can’t perform that action at this time.
0 commit comments