DaanHoogland commented on code in PR #143:
URL: https://github.com/apache/cloudstack-www/pull/143#discussion_r1481179079
##########
.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'
Review Comment:
I tried both == and != and this doesn't work for staging. I must have missed
some other setting somewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]