Skip to content

Commit 067f06f

Browse files
Update cells-staging-split.yml
1 parent bc231eb commit 067f06f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
run: cat /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/config.json
5757
- name: Build ${{ matrix.configure_one_product }}
5858
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: |
6161
find /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;
6262
mv /Users/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/${{ vars.INDEX_SITEMAP }} public/sitemap.xml;
6363
- name: Deploy ${{ matrix.configure_one_product }} to S3
6464
run: hugo deploy --config "./config/cells-stage.toml" --target "cells" --maxDeletes=0 --force
6565
env:
6666
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
67-
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}
67+
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

0 commit comments

Comments
 (0)