From 9fbf609e6a6ca26869129630957c6bd1491d904a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 3 Feb 2026 14:32:35 -0500 Subject: [PATCH] ci: Temporarily disable docs deployments (#48292) This PR temporarily disables deployments of the docs. There seems to be some lingering fallout from https://www.cloudflarestatus.com/incidents/jk2mx637l9k9 that is causing new deployments to not work. We are rolling back to an older deployment, and are disabling deploys so that we don't clobber the rollback. Release Notes: - N/A --- .github/workflows/deploy_cloudflare.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_cloudflare.yml b/.github/workflows/deploy_cloudflare.yml index 2650cce1406b16e691565077b95d07730845664b..b3fcb19b75e150b53ecadf5bf5aba9dbca898db1 100644 --- a/.github/workflows/deploy_cloudflare.yml +++ b/.github/workflows/deploy_cloudflare.yml @@ -25,12 +25,13 @@ jobs: env: DOCS_AMPLITUDE_API_KEY: ${{ secrets.DOCS_AMPLITUDE_API_KEY }} - - name: Deploy Docs - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - command: pages deploy target/deploy --project-name=docs + # Temporarily disabled due to a Cloudflare Pages incident. + # - name: Deploy Docs + # uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3 + # with: + # apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} + # accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + # command: pages deploy target/deploy --project-name=docs - name: Deploy Install uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3