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