Skip to content

Commit a756c08

Browse files
committed
update action for cells cloud
1 parent 426a25f commit a756c08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)