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 1d46f52d6 Fix build issue.
1d46f52d6 is described below

commit 1d46f52d6e30920e258533f245bb5678d8aa6c2f
Author: James Bognar <[email protected]>
AuthorDate: Tue Sep 23 09:07:42 2025 -0400

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

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index e4c0796da..0f6dc196a 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -16,9 +16,9 @@ name: Deploy Documentation
 
 on:
   push:
-    branches: [main]
+    branches: [master]
   pull_request:
-    branches: [main]
+    branches: [master]
 
 permissions:
   contents: write  # Need write access to push to gh-pages

Reply via email to