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 7a58d69 Don't delete asf.yaml
7a58d69 is described below
commit 7a58d69fba9441458a84a83c1243208317c72a64
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Apr 25 10:26:38 2024 +0200
Don't delete asf.yaml
---
.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 41a3e5a..83af9f4 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 --exclude .asf.yml _site/. ./asf-staging
+ rsync -avP --delete --exclude .git --exclude docker-compose.yml
--exclude README.md --exclude .asf.yaml _site/. ./asf-staging
shell: bash
- name: 'commit site'
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3001be5..243e6d5 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 --exclude .asf.yml _site/. ./asf-site
+ rsync -avP --delete --exclude .git --exclude docker-compose.yml
--exclude README.md --exclude .asf.yaml _site/. ./asf-site
shell: bash
- name: 'commit site'