This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 5711d85fc Fix build issue.
5711d85fc is described below

commit 5711d85fcd23050a4e23ef58c4d7817ca3c69d8a
Author: James Bognar <[email protected]>
AuthorDate: Tue Sep 23 09:17:18 2025 -0400

    Fix build issue.
---
 .github/workflows/deploy-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 0f6dc196a..7e2290dbe 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -28,7 +28,7 @@ jobs:
     runs-on: ubuntu-latest
     
     # Only deploy on main branch, not PRs
-    if: github.ref == 'refs/heads/main'
+    if: github.ref == 'refs/heads/master'
     
     steps:
     - name: Checkout

Reply via email to