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
commit e2557542a5e6087e9d08ac460e1ffdfe2c84ee2a Merge: 7c7d81960 d21fa724c Author: kparisa <[email protected]> AuthorDate: Sat Jul 12 18:06:06 2025 -0500 build and deploy script changes for staging and prod site .github/workflows/deploy.yml | 1 + .github/workflows/stage.yml | 1 + docusaurus.config.ts | 2 +- src/pages/index.tsx | 4 ++-- static/.asf.yaml | 6 ++++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --cc .github/workflows/deploy.yml index 37cc6fa72,89f4964d7..631f8e787 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@@ -30,6 -24,6 +30,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 diff --cc .github/workflows/stage.yml index 03b04905a,d65a86576..2b8fcb5da --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@@ -30,9 -24,9 +30,10 @@@ 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 + # Publish to asf-staging for development/staging + - name: Publish Iggy Website to asf-staging if: github.event_name == 'push' && github.ref == 'refs/heads/staging' uses: peaceiris/actions-gh-pages@v4 with: diff --cc static/.asf.yaml index 7ea6c2378,69eaa60e6..07cfb887d --- a/static/.asf.yaml +++ b/static/.asf.yaml @@@ -14,15 -14,14 +14,17 @@@ github collaborators: - username: landingpro permission: write - + +publish: + whoami: asf-site + # Staging and publishing profile: staging: - profile: website + profile: ~ - whoami: asf-staging - url: https://iggy.staged.apache.org/ + whoami: asf-staged-site + + publish: + whoami: asf-site notifications: commits: [email protected]
