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

shenghang pushed a commit to branch fix/htaccess-deployment
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git

commit 5f474ddc8ac23d24f270a94dd4dec9b9b0f8ae97
Author: Shenghang <[email protected]>
AuthorDate: Fri Jan 16 20:41:50 2026 +0800

    fix: include .htaccess in deployment artifacts
---
 .github/workflows/deploy.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c870213dbd40..1610e90d154c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -33,9 +33,10 @@ jobs:
       - name: Build
         run: |
           npm run build
-      - name: Copy .asf.yaml
+      - name: Copy .asf.yaml and .htaccess
         run: |
           cp .asf.yaml build
+          cp .htaccess build
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3
         if: github.event_name == 'push' && github.ref == 'refs/heads/main' || 
github.event_name == 'schedule'

Reply via email to