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 d21fa724c Publish latest from staging (#19)
d21fa724c is described below

commit d21fa724c98a447a3e5a2b86070e7dc14dd805d3
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 16:24:42 2025 -0500

    Publish latest from staging (#19)
    
    * Update github stars and site title
    
    * add staged website url for gh actions
    
    * Staging config
    
    ---------
    
    Co-authored-by: kparisa <[email protected]>
---
 .asf.yaml                    | 2 +-
 .github/workflows/deploy.yml | 7 +++++--
 .github/workflows/stage.yml  | 7 +++++--
 static/.asf.yaml             | 2 +-
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c25eef94d..80b13aa49 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,7 +24,7 @@ collaborators:
   
 # Staging and publishing profile:
 staging:
-  profile: ~
+  profile: website
   whoami: asf-staged-site
   url: https://iggy.staged.apache.org
 
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 23d4c1a0c..89f4964d7 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
 
       - name: Copy ASF config
         run: |
-          cp .asf.yaml build/.asf.yaml  # Ensure .asf.yaml is inside build 
directory
+          cp .asf.yaml ./build/.asf.yaml  # Ensure .asf.yaml is inside build 
directory
 
       # Publish to asf-site for production
       - name: Publish Iggy Website to asf-site
@@ -31,5 +31,8 @@ jobs:
         uses: peaceiris/actions-gh-pages@v4
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
+          publish_branch: asf-site
           publish_dir: ./build
-          publish_branch: asf-site
\ No newline at end of file
+          destination_dir: ./
+          user_name: 'github-actions[bot]'
+          user_email: 'github-actions[bot]@users.noreply.github.com'
\ No newline at end of file
diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml
index e250ca2ad..d65a86576 100644
--- a/.github/workflows/stage.yml
+++ b/.github/workflows/stage.yml
@@ -23,7 +23,7 @@ jobs:
 
       - name: Copy ASF config
         run: |
-          cp .asf.yaml build/.asf.yaml  # Ensure .asf.yaml is inside build 
directory
+          cp .asf.yaml ./build/.asf.yaml  # Ensure .asf.yaml is inside build 
directory
 
       # Publish to asf-staged-site for development/staging
       - name: Publish Iggy Website to asf-staged-site
@@ -31,5 +31,8 @@ jobs:
         uses: peaceiris/actions-gh-pages@v4
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
+          publish_branch: asf-staged-site
           publish_dir: ./build
-          publish_branch: asf-staged-site
\ No newline at end of file
+          destination_dir: ./
+          user_name: 'github-actions[bot]'
+          user_email: 'github-actions[bot]@users.noreply.github.com'
\ No newline at end of file
diff --git a/static/.asf.yaml b/static/.asf.yaml
index 5f541ebcb..69eaa60e6 100644
--- a/static/.asf.yaml
+++ b/static/.asf.yaml
@@ -17,7 +17,7 @@ collaborators:
   
 # Staging and publishing profile:
 staging:
-  profile: ~
+  profile: website
   whoami: asf-staged-site
 
 publish:

Reply via email to