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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 94af1c0336 add some deploy files  (#916)
94af1c0336 is described below

commit 94af1c0336428568d35cf73394e9811ebc36509b
Author: jimin <[email protected]>
AuthorDate: Sun Nov 24 21:57:12 2024 +0800

    add some deploy files  (#916)
---
 .github/workflows/deploy-oss.yml | 2 +-
 .github/workflows/deploy.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-oss.yml b/.github/workflows/deploy-oss.yml
index 9b236c8a36..542c6dcda6 100644
--- a/.github/workflows/deploy-oss.yml
+++ b/.github/workflows/deploy-oss.yml
@@ -21,7 +21,7 @@ jobs:
         run: |
           npm install && npm run build
           mkdir deploy-dist && cp -R build/* deploy-dist/
-          mv .htaccess .asf.yaml *.txt *.html deploy-dist/
+          mv .htaccess .asf.yaml *.txt *.html seata-go* deploy-dist/
       - name: generate sitemap.xml and site.txt
         # The new generated sitemap for the index form,
         # in order to ensure consistency with the old version,
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 012731beca..fac95445d7 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
           node-version: 19.5.x
       - name: Build
         run: |
-          npm install && npm run build && mkdir -p deploy-dist && cp -R 
build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html deploy-dist/
+          npm install && npm run build && mkdir -p deploy-dist && cp -R 
build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html seata-go* 
deploy-dist/
       - name:
           generate sitemap.xml and site.txt
           # The new generated sitemap for the index form,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to