This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
The following commit(s) were added to refs/heads/main by this push:
new 45ce5b61 Revert changes for asf-staging
45ce5b61 is described below
commit 45ce5b61176db8a0215b8d862ff128abc8162eb0
Author: Dianjin Wang <[email protected]>
AuthorDate: Mon Dec 16 14:39:33 2024 +0800
Revert changes for asf-staging
---
.github/workflows/publish-cloudberry-site.yml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/publish-cloudberry-site.yml
b/.github/workflows/publish-cloudberry-site.yml
index 02442a02..5a251cd8 100644
--- a/.github/workflows/publish-cloudberry-site.yml
+++ b/.github/workflows/publish-cloudberry-site.yml
@@ -61,15 +61,15 @@ jobs:
- name: Copy ASF config
run: cp .asf.yaml build/.asf.yaml
- # Deploy to asf-staging for PR preview
- # You can view the staging site at https://cloudberry.staged.apache.org
- - name: Deploy to staging
- if: github.event_name == 'pull_request'
- uses: peaceiris/actions-gh-pages@v4
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./build
- publish_branch: asf-staging
+ ## Deploy to asf-staging for PR preview
+ ## You can view the staging site at https://cloudberry.staged.apache.org
+ #- name: Deploy to staging
+ # if: github.event_name == 'pull_request'
+ # uses: peaceiris/actions-gh-pages@v4
+ # with:
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
+ # publish_dir: ./build
+ # publish_branch: asf-staging
# Deploy to asf-site for production
- name: Deploy to production
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]