This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push:
new 2ae33f28a publish staging
2ae33f28a is described below
commit 2ae33f28ad85003e98b06fff74517b7743da9058
Author: Daan Hoogland <[email protected]>
AuthorDate: Wed Feb 7 10:17:50 2024 +0100
publish staging
---
.github/workflows/deploy.yml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 79d972bf0..adf7f45d8 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -39,19 +39,19 @@ jobs:
cp .asf.yaml ./build/.asf.yaml
export WWW_COMMIT=`git rev-parse HEAD`
-# - name: Publish PR change to staging site
-# uses: peaceiris/actions-gh-pages@v3
-# if: github.event_name == 'pull_request'
-# with:
-# github_token: ${{ secrets.GITHUB_TOKEN }}
-# publish_branch: staging-site
-# publish_dir: ./build
-# destination_dir: ./
-# user_name: 'github-actions[bot]'
-# user_email: 'github-actions[bot]@users.noreply.github.com'
-# commit_message: 'Automated CloudStack
https://cloudstack.staged.apache.org staging website deployment with
cloudstack-www branch ${{ github.event.inputs.branch }}@${{ env.WWW_COMMIT }}'
-# #force_orphan: true
-#
+ - name: Publish PR change to staging site
+ uses: peaceiris/actions-gh-pages@v3
+ if: github.event_name == 'pull_request'
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_branch: staging-site
+ publish_dir: ./build
+ destination_dir: ./
+ user_name: 'github-actions[bot]'
+ user_email: 'github-actions[bot]@users.noreply.github.com'
+ commit_message: 'Automated CloudStack
https://cloudstack.staged.apache.org staging website deployment with
cloudstack-www branch ${{ github.event.inputs.branch }}@${{ env.WWW_COMMIT }}'
+ #force_orphan: true
+
# - name: Comment for PR staging website
# uses:
peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
# if: github.event_name == 'pull_request'