You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/02/18 05:09:42 UTC

[skywalking-website] branch schedule-deploy created (now a4e729c)

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

kezhenxu94 pushed a change to branch schedule-deploy
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git.


      at a4e729c  Daily build website and enable manually build

This branch includes the following new commits:

     new a4e729c  Daily build website and enable manually build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-website] 01/01: Daily build website and enable manually build

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch schedule-deploy
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git

commit a4e729c2c20bb82bbc0bda014a74f099efbd2fc4
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Feb 18 13:09:28 2021 +0800

    Daily build website and enable manually build
---
 .github/workflows/deploy.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index d270c35..93cc8c0 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -16,10 +16,13 @@
 name: Build site
 
 on:
+  workflow_dispatch: # Enable manually build
   pull_request:
   push:
     branches:
       - master
+  schedule:
+    - cron: '0 10 * * *' # Daily build at 18:00 (+08:00)
 
 jobs:
   build: