Skip to content

Commit bfdbd58

Browse files
Update cells-staging-split.yml
1 parent b68dc08 commit bfdbd58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: hugo --config "./config/cells-stage.toml","config.json" -c "content/cells" -b "https://products-qa.aspose.cloud/cells" --cleanDestinationDir --minify --templateMetrics --templateMetricsHints
5959
- name: Prepare public folder
6060
run: |
61-
find /home/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;
62-
mv /home/runner/work/products.aspose.cloud-workflows/products.aspose.cloud-workflows/${{ vars.INDEX_SITEMAP }} public/sitemap.xml
61+
find $GITHUB_WORKSPACE/public -iname 'sitemap.xml' -execdir mv -i '{}' ${{ matrix.configure_one_product }}.xml \;
62+
mv $GITHUB_WORKSPACE/${{ vars.INDEX_SITEMAP }} $GITHUB_WORKSPACE/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:

0 commit comments

Comments
 (0)