This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/main by this push:
     new ee4d3a46f publish on merge to staging (#143)
ee4d3a46f is described below

commit ee4d3a46fa5627eb7f0394ae39c484b3e8f55566
Author: dahn <[email protected]>
AuthorDate: Wed Feb 7 10:45:28 2024 +0100

    publish on merge to staging (#143)
    
    * comma in date (#144)
---
 .github/workflows/deploy.yml    | 2 +-
 src/components/Events/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index adf7f45d8..25461a699 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
 
       - name: Publish PR change to staging site
         uses: peaceiris/actions-gh-pages@v3
-        if: github.event_name == 'pull_request'
+        if: github.event_name != 'pull_request'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: staging-site
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index b92ef3b17..139a89312 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -66,7 +66,7 @@ involved with the community.
                   <img src="img/india user group 2023.jpeg" alt="" 
class="events-img events-overview-img"/>
                   <p class="title mt-2">CloudStack India User Group 2023</p>
                   <p class="events-info"><img src="img/pin_icon.png" 
class="me-2" alt=""/>Bangalore, India</p>
-                  <p class="events-info"><img src="img/calendar_icon.png" 
class="me-2" alt=""/>August 18 2023</p>
+                  <p class="events-info"><img src="img/calendar_icon.png" 
class="me-2" alt=""/>August 18, 2023</p>
                 </div>
                 <div class="col-lg-3 px-4 events-btn-margin d-flex 
justify-content-center justify-content-lg-end align-items-center">
                   <a 
href="https://cloudstack.apache.org/blog/cloudstack-india-user-group-2023-roundup";
 class="btn btn-outline-secondary me-3">Read More</a>

Reply via email to