This is an automated email from the ASF dual-hosted git repository.
kranti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new a07693e7d Update deploy.yml workflow
a07693e7d is described below
commit a07693e7d2051dff9ed08d3d59742f5661d10873
Author: kparisa <[email protected]>
AuthorDate: Sun Feb 9 21:52:43 2025 -0800
Update deploy.yml workflow
---
.github/workflows/deploy.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ad1b692ab..cc149c781 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,7 +21,8 @@ jobs:
run: |
npm run build
- name: Copy ASF config
- run: cp .asf.yaml build/.asf.yaml
+ run: |
+ cp .asf.yaml build/.asf.yaml
- name: Deploy to asf-site
run: |