You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2024/02/07 09:21:16 UTC

(cloudstack-www) branch staging-site updated: publish on merge to staging

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 826c4e357 publish on merge to staging
826c4e357 is described below

commit 826c4e357ac5410dcbd43d623a19337d951c2fb1
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Wed Feb 7 10:21:06 2024 +0100

    publish on merge to staging
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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