We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdbd58 commit 426a25fCopy full SHA for 426a25f
.github/workflows/cells-staging-split.yml
@@ -58,8 +58,7 @@ jobs:
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 $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
+ find $GITHUB_WORKSPACE/public -iname 'sitemap.xml'
63
- name: Deploy ${{ matrix.configure_one_product }} to S3
64
run: hugo deploy --config "./config/cells-stage.toml" --target "cells" --maxDeletes=0 --force
65
env:
0 commit comments