From 07ffd943f568d3d13551b3f18666f7e43b6bb1d1 Mon Sep 17 00:00:00 2001 From: Lenox Wiltshire Date: Tue, 4 Aug 2026 17:22:23 -0400 Subject: [PATCH] fix: update wait for pages deployment Signed-off-by: Lenox Wiltshire --- .github/workflows/deploy-docs-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs-preview.yml b/.github/workflows/deploy-docs-preview.yml index 3b88317ea2d..461ffc5cd8f 100644 --- a/.github/workflows/deploy-docs-preview.yml +++ b/.github/workflows/deploy-docs-preview.yml @@ -73,8 +73,7 @@ jobs: pr-number: ${{ steps.meta.outputs.pr_number }} pages-base-url: docs.layer5.io action: deploy - # Polls the Deployments API so the comment lands on a live preview. - wait-for-pages-deployment: true + wait-for-pages-deployment: false comment: false - name: Comment PR with Preview URL @@ -84,6 +83,7 @@ jobs: number: ${{ steps.meta.outputs.pr_number }} message: | 🚀 Preview deployment: https://docs.layer5.io/pr-preview/pr-${{ steps.meta.outputs.pr_number }}/ + > *Note: Preview may take a moment (GitHub Pages deployment in progress). Please wait and refresh. Track deployment [here](https://github.com/${{ github.repository }}/actions/workflows/pages/pages-build-deployment)* prune: # Both jobs push to gh-pages, but only prune retries a lost race, so deploy