File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,15 +177,20 @@ bundle exec rails podcasts:upsert
177177
178178以下のコマンドは上記 CI とは関係なく、GitHub Actions で定期的に実行されます。
179179
180- ``` console
181- # 【毎日】近日開催のイベント収集 (Daily at 0:00 UTC / 9:00 JST)
182- # 実行タイミング: .github/workflows/daily.yml
183- $ bundle exec rails upcoming_events:aggregation
180+ - :octocat: https://github.com/coderdojo-japan/coderdojo.jp/actions/workflows/daily.yml
184181
185- # 【毎週】統計情報ページ用のデータ収集 (Weekly on Monday at 1:00 AM UTC / 10:00 AM JST)
186- # 実行タイミング: .github/workflows/weekly.yml
187- $ bundle exec rails statistics:aggregation
188- ```
182+ ``` console
183+ # 【毎日】近日開催のイベント収集 (毎朝9:00am)
184+ # 実行タイミング: .github/workflows/daily.yml
185+ $ bundle exec rails upcoming_events:aggregation
186+ ```
187+
188+ - :octocat: https://github.com/coderdojo-japan/coderdojo.jp/actions/workflows/weekly.yml
189+
190+ ```
191+ # 【毎週】統計情報ページ用のデータ収集 (毎週月曜10am)
192+ $ bundle exec rails statistics:aggregation
193+ ```
189194
190195
191196<div id =' howto-develop-docs ' ></div ><br >
You can’t perform that action at this time.
0 commit comments