mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
@@ -1,12 +1,10 @@
|
||||
name: 🌐 Check URLs
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
# Every day at 18:00 UTC.
|
||||
# Every Friday at 16:27 UTC.
|
||||
# URLs can decay over time. Setting up a schedule makes it possible to be warned
|
||||
# about dead links as soon as possible.
|
||||
- cron: "0 18 * * *"
|
||||
- cron: "27 16 * * FRI"
|
||||
|
||||
jobs:
|
||||
check-urls:
|
||||
|
||||
Reference in New Issue
Block a user