From 65c0d3ac4c23c33bd210674adb668370d736a7ce Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 20 Nov 2023 15:14:18 +0100 Subject: [PATCH] fix broke links issues --- .github/workflows/check-documentation.yml | 7 +++++-- .github/workflows/mlc_config.json | 2 +- README.md | 2 +- deployment/README.md | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index d374f41e8..5a08b39b9 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -1,6 +1,9 @@ name: ocelot.social check documentation -on: push +on: + push: + branches: + - add-vuepress-action-with-root-directory-as-docs-directory jobs: files-changed: @@ -37,4 +40,4 @@ jobs: check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' base-branch: 'master' - folder-path: '.' + folder-path: '.', '!./deployment/src/old/' diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index dd9c81f3c..5c11fcfc4 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -3,7 +3,7 @@ "retryOn429": true, "retryCount": 2, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [200, 206], + "aliveStatusCodes": [200, 206, 403], "ignorePatterns": [ { "pattern": "^(https:\/\/github.com\/Ocelot-Social-Community\/Ocelot-Social\/pull\/|http:\/\/localhost)" diff --git a/README.md b/README.md index 97aba70e7..ebc463287 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status Test](https://github.com/Ocelot-Social-Community/Ocelot-Social/actions/workflows/test.yml/badge.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social/actions) [![Build Status Publish](https://github.com/Ocelot-Social-Community/Ocelot-Social/actions/workflows/publish.yml/badge.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social/actions) -[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/LICENSE.md) +[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/LICENSE.md) [![Discord Channel](https://img.shields.io/discord/489522408076738561.svg)](https://discord.gg/AJSX9DCSUA) [![Open Source Helpers](https://www.codetriage.com/ocelot-social-community/ocelot-social/badges/users.svg)](https://www.codetriage.com/ocelot-social-community/ocelot-social) diff --git a/deployment/README.md b/deployment/README.md index 93d3fb86c..f3d116613 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -1,7 +1,7 @@ # Ocelot.Social Deploy And Rebranding [![Build Status Publish](https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/actions/workflows/publish.yml/badge.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/actions) -[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/blob/LICENSE.md) +[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/blob/master/LICENSE.md) [![Discord Channel](https://img.shields.io/discord/489522408076738561.svg)](https://discord.gg/AJSX9DCSUA) [![Open Source Helpers](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding/badges/users.svg)](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding)