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

commit ee1c57d8138b74551b7932d791db26a17673367e
Author: James Bognar <[email protected]>
AuthorDate: Tue Sep 23 09:19:56 2025 -0400

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

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 7e2290dbe..ff1dfa9ab 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -17,19 +17,17 @@ name: Deploy Documentation
 on:
   push:
     branches: [master]
-  pull_request:
-    branches: [master]
+    paths:
+      - 'juneau-docs-poc/**'
+      - '.github/workflows/deploy-docs.yml'
 
 permissions:
-  contents: write  # Need write access to push to gh-pages
+  contents: write  # Need write access to push to asf-staging
 
 jobs:
   deploy:
     runs-on: ubuntu-latest
     
-    # Only deploy on main branch, not PRs
-    if: github.ref == 'refs/heads/master'
-    
     steps:
     - name: Checkout
       uses: actions/checkout@v4

Reply via email to