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 <[email protected]> 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:
