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/09/23 15:44:42 UTC

[incubator-nuttx-website] branch master updated: add daily build of website

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 2f707fa  add daily build of website
2f707fa is described below

commit 2f707fab502861230a6449a661a8b77fa8c9d4f8
Author: Matias N <ma...@protobits.dev>
AuthorDate: Wed Sep 23 12:18:57 2020 -0300

    add daily build of website
---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 27f35db..170e52f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,6 +8,8 @@ on:
   push:
     branches:
       - master
+  schedule:
+    - cron: '0 0 * * *' 
 
 jobs:
   build: