From 17b747ca1dad0f16c45c982f98f6a0977dc1b807 Mon Sep 17 00:00:00 2001 From: Prashant Srivastav Date: Fri, 12 Jun 2026 22:15:13 +0800 Subject: [PATCH] feat: added web-widget deployment config --- .github/workflows/deploy.yml | 2 ++ index.html | 12 ++---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b66ba37..088763c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,6 +94,8 @@ jobs: - name: Purge Azure Front Door cache if: github.event_name == 'push' && github.ref == 'refs/heads/main' run: | + az extension add --name cdn --upgrade + az afd endpoint purge \ --resource-group "$AZURE_CDN_RESOURCE_GROUP" \ --profile-name "$AZURE_CDN_PROFILE_NAME" \ diff --git a/index.html b/index.html index cc6d3eb..33f08cb 100644 --- a/index.html +++ b/index.html @@ -30,15 +30,7 @@ - +