From e8d6bd8a8b87be7a128487be353bf87c8d126180 Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Mon, 14 Apr 2025 15:42:30 +0200 Subject: [PATCH] docs: Update workflow to fix broken pr previews (#2181) --- .github/workflows/deploy-docs-and-extensions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs-and-extensions.yml b/.github/workflows/deploy-docs-and-extensions.yml index 8734e6bb43..245b3c9864 100644 --- a/.github/workflows/deploy-docs-and-extensions.yml +++ b/.github/workflows/deploy-docs-and-extensions.yml @@ -4,8 +4,6 @@ on: push: branches: - main - - pull_request: paths: - 'documentation/**' @@ -48,3 +46,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: documentation/build + keep_files: true # This preserves existing files in gh-pages branch especially for previews