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

piotr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c5d488f Fix cron build
5c5d488f is described below

commit 5c5d488f265192ed521fec6d06e549e1a5e17edb
Author: spetz <[email protected]>
AuthorDate: Wed Mar 18 09:04:00 2026 +0100

    Fix cron build
---
 .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 9aa3813c..bb52c028 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
         run: cp .asf.yaml ./out/.asf.yaml
 
       - name: Publish Iggy Website to asf-site
-        if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+        if: github.ref == 'refs/heads/main'
         uses: peaceiris/actions-gh-pages@v4
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to