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 4837b47 commit 9f7c0c3Copy full SHA for 9f7c0c3
.github/workflows/docs-build-push.yml
@@ -254,14 +254,14 @@ jobs:
254
if: github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview'
255
with:
256
inlineScript: |
257
+ export AZCOPY_AUTO_LOGIN_TYPE=AZCLI
258
cd ${{inputs.docs_build_path}} \
259
&& az storage blob sync \
260
-s $DOCS_SOURCE_PATH \
261
-c '$web' \
262
-d "dev/${{github.repository}}/previews/${PR_NUMBER}" \
263
--account-name ${{steps.keyvault.outputs.accountName}} \
- --delete-destination true \
264
- --auth-mode login
+ --delete-destination true
265
266
az afd endpoint purge \
267
--resource-group ${{steps.keyvault.outputs.resourceGroupName}} \
0 commit comments