This is an automated email from the ASF dual-hosted git repository.
kranti pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/staging by this push:
new 4f7045b27 Staging config
4f7045b27 is described below
commit 4f7045b2716fa8252f9145eb923c77f2c6d33719
Author: kparisa <[email protected]>
AuthorDate: Sat Jul 12 16:18:12 2025 -0500
Staging config
---
.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: