You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/10/15 22:33:08 UTC

[incubator-nuttx-website] branch master updated: fix deploy not working on schedule

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

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new feb2499  fix deploy not working on schedule
feb2499 is described below

commit feb249977349f687d40e57cfe5f0d39e5c5c71f9
Author: Matias N <ma...@protobits.dev>
AuthorDate: Tue Oct 13 13:24:19 2020 -0300

    fix deploy not working on schedule
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 170e52f..d826b46 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -59,6 +59,6 @@ jobs:
         path: content
 
     - name: Publish Site
-      if: (github.event_name == 'push' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' ) && github.ref == 'refs/heads/master'
+      if: (github.event_name == 'push' || github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && github.ref == 'refs/heads/master'
       run: |
         git push origin asf-site:asf-site