File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ 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 : |
59
+ - name : Prepare public folder
60
+ run : |
61
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
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 :
66
66
AWS_ACCESS_KEY_ID : ${{ secrets.ACCESS_KEY }}
67
- AWS_SECRET_ACCESS_KEY : ${{ secrets.SECRET_ACCESS }}
67
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.SECRET_ACCESS }}
You can’t perform that action at this time.
0 commit comments