We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d399298 commit 6477f1fCopy full SHA for 6477f1f
.github/workflows/deploy-docs-gh-pages.yml
@@ -1,9 +1,9 @@
1
name: Publish master GitHub Pages
2
3
on:
4
- push:
+ workflow_dispatch: ## Run the workflow manually
5
schedule:
6
- - cron: '0 0 * * *' # This cron expression means "at 00:00 (midnight) UTC, every day"
+ - cron: '0 18 * * *' # This cron expression means "at 03:00 (midnight) JST, every day"
7
8
permissions:
9
contents: write
0 commit comments