You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/09/28 13:15:39 UTC

[dubbo-website] branch master updated: Include .htaccess in deploy script

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

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 259463a  Include .htaccess in deploy script
259463a is described below

commit 259463ad09b3675cbb9d6b561efea610e0a9514a
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Sat Sep 28 21:15:35 2019 +0800

    Include .htaccess in deploy script
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 702e6d3..ac7b6fb 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: Build
       run: |
-        npm install && npm run build && mkdir deploy-dist && cp -R zh-cn/ en-us/ build/ img/ schema/ md_json/ deploy-dist/ && mv *.html *.xml deploy-dist/
+        npm install && npm run build && mkdir deploy-dist && cp -R zh-cn/ en-us/ build/ img/ schema/ md_json/ deploy-dist/ && mv .htaccess *.html *.xml deploy-dist/
     - name: Deploy
       uses: peaceiris/actions-gh-pages@v2.4.0
       env: