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

rzo1 pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b779220  Don't delete .asf.yml
b779220 is described below

commit b7792202a1eb0cb2215334f6bb9846e45f858ee4
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Apr 25 10:24:54 2024 +0200

    Don't delete .asf.yml
---
 .github/workflows/publish-staging.yml | 2 +-
 .github/workflows/publish.yml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-staging.yml 
b/.github/workflows/publish-staging.yml
index 498d4d3..41a3e5a 100644
--- a/.github/workflows/publish-staging.yml
+++ b/.github/workflows/publish-staging.yml
@@ -47,7 +47,7 @@ jobs:
 
       - name: 'Copy build to site repo'
         run: |
-          rsync -avP --delete --exclude .git --exclude docker-compose.yml 
--exclude README.md _site/. ./asf-staging
+          rsync -avP --delete --exclude .git --exclude docker-compose.yml 
--exclude README.md --exclude .asf.yml _site/. ./asf-staging
         shell: bash
 
       - name: 'commit site'
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 486d43d..3001be5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
 
       - name: 'Copy build to site repo'
         run: |
-          rsync -avP --delete --exclude .git --exclude docker-compose.yml 
--exclude README.md _site/. ./asf-site
+          rsync -avP --delete --exclude .git --exclude docker-compose.yml 
--exclude README.md --exclude .asf.yml _site/. ./asf-site
         shell: bash
 
       - name: 'commit site'

Reply via email to