This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new bb81fc217281 [Fix] include .htaccess in deployment artifacts (#422)
bb81fc217281 is described below
commit bb81fc217281f5ac650b2430e6cb64ba2784c633
Author: Jast <[email protected]>
AuthorDate: Fri Jan 16 20:47:41 2026 +0800
[Fix] include .htaccess in deployment artifacts (#422)
---
.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'