Skip to content

Commit 6477f1f

Browse files
authored
Doc: Deploy every midnights, and if executed manually, the action runs (#1793)
1 parent d399298 commit 6477f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish master GitHub Pages
22

33
on:
4-
push:
4+
workflow_dispatch: ## Run the workflow manually
55
schedule:
6-
- cron: '0 0 * * *' # This cron expression means "at 00:00 (midnight) UTC, every day"
6+
- cron: '0 18 * * *' # This cron expression means "at 03:00 (midnight) JST, every day"
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)