From b4aa21ddd116325801d737ea1fa934e325bcb17a Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Fri, 18 Apr 2025 09:19:12 +0200 Subject: [PATCH 1/2] fix(doc): update url Signed-off-by: Frederic Pillon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b7b0bd73..8f150229d9 100644 --- a/README.md +++ b/README.md @@ -818,7 +818,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d | :green_heart: | STM32F446VE | [RUMBA32](https://github.com/Aus3D/RUMBA32) | *1.5.0* | | | :green_heart: | STM32F401VE | [STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html) | *1.6.0* | | | :green_heart: | STM32F446RE | VAkE v1.0 | *1.6.0* | | -| :green_heart: | STM32F446VE | [FYSETC_S6](https://wiki.fysetc.com/FYSETC_S6/) | *1.9.0* | | +| :green_heart: | STM32F446VE | [FYSETC_S6](https://wiki.fysetc.com/docs/FYSETCS6) | *1.9.0* | | | :green_heart: | STM32G0B1CB | [BTT EBB42 CAN V1.1](https://github.com/bigtreetech/EBB/tree/master) | *2.4.0* | | ### [Blues](https://blues.com/) boards From 5d402d921de02ef67264ba3feea55aadef53935d Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Fri, 18 Apr 2025 09:24:27 +0200 Subject: [PATCH 2/2] ci: schedule url check each day at 11 AM Signed-off-by: Frederic Pillon --- .github/workflows/MarkdwonLinksCheck.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/MarkdwonLinksCheck.yml b/.github/workflows/MarkdwonLinksCheck.yml index 5525a3050d..5f2220b8ad 100644 --- a/.github/workflows/MarkdwonLinksCheck.yml +++ b/.github/workflows/MarkdwonLinksCheck.yml @@ -11,6 +11,9 @@ on: - '**.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + # Run every day at 12 AM UTC to check url. + - cron: "0 11 * * *" jobs: linkinator: runs-on: ubuntu-latest