This is an automated email from the ASF dual-hosted git repository.
shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 81b0e59 feat: running actions when receiving schedule event (#408)
81b0e59 is described below
commit 81b0e59426d1606cea770796b36563d7b8d40a65
Author: 琚致远 <[email protected]>
AuthorDate: Mon Jul 12 10:29:17 2021 +0800
feat: running actions when receiving schedule event (#408)
---
.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 fbce077..85925f2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
- name: Deploy
uses: peaceiris/[email protected]
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|| github.event_name == 'schedule'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/build