diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index 9fb44f1d2ef..10111054978 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -48,7 +48,7 @@ jobs: run: | git config --global --add safe.directory /github/workspace if [ $GITHUB_EVENT_NAME == 'pull_request' ]; then - STAGING_URL="https://${SWA_BASE}-${{github.event.number}}.westus2.azurestaticapps.net/" + STAGING_URL="https://${SWA_BASE}-${{github.event.number}}.1.azurestaticapps.net/" fi hugo ${STAGING_URL+-b "$STAGING_URL"} --minify - name: Deploy docs site