From 196cf87667c707d48ce28dba740f32a5e6b5fd83 Mon Sep 17 00:00:00 2001 From: Timothy Meehan Date: Fri, 23 May 2025 16:07:21 -0400 Subject: [PATCH] Always build the docs There was a build failure on trunk because the docs failed to build. Docs only build currently if there's a change detected in the docs directory. However, there are some subtle interactions between the docs and the libraries and code that we use, so it's safest to always build the docs to prevent issues such as #25177. --- .github/workflows/docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9eedcd8a262ea..da54ec3dba3db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,6 @@ name: docs on: pull_request: - paths: - - 'presto-docs/**' env: # An envar that signals to tests we are executing in the CI environment