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 52b1680 commit 4837b47Copy full SHA for 4837b47
.github/workflows/docs-build-push.yml
@@ -255,13 +255,12 @@ jobs:
255
with:
256
inlineScript: |
257
cd ${{inputs.docs_build_path}} \
258
- && az storage blob upload-batch \
+ && az storage blob sync \
259
-s $DOCS_SOURCE_PATH \
260
- -d '$web' \
261
- --destination-path "dev/${{github.repository}}/previews/${PR_NUMBER}" \
+ -c '$web' \
+ -d "dev/${{github.repository}}/previews/${PR_NUMBER}" \
262
--account-name ${{steps.keyvault.outputs.accountName}} \
263
- --overwrite \
264
- --content-cache-control "max-age=3600" \
+ --delete-destination true \
265
--auth-mode login
266
267
az afd endpoint purge \
0 commit comments