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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d85344393 adjust deploy.sh
3d85344393 is described below

commit 3d853443931faaa5a432acb3d7cfe7fd5123ca28
Author: Piotr Narajowski <[email protected]>
AuthorDate: Tue Apr 15 16:15:24 2025 +0200

    adjust deploy.sh
    
    Adjust deploy.sh so that it copies .htaccess file properly
---
 deploy.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deploy.sh b/deploy.sh
index 84c8748ab0..c569772e22 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -22,6 +22,8 @@ ls | grep -v site | xargs rm -rf
 
 echo Copy contents of site to serving directory
 cp -a site/* .
+cp site/.htaccess .
+git add -f .htaccess
 
 echo ---
 echo --- You are now on the asf-site branch

Reply via email to