From 475f6cc6c981a8f7bfdf04574eacffdfddf0c0e7 Mon Sep 17 00:00:00 2001 From: alex2276564 Date: Thu, 9 Jan 2025 12:07:44 +0300 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6693cb3..4e4705d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: globs: '**/*.md' # Checks all Markdown files in the repository fix: true # automatically fixes simple problems config: '.markdownlint.jsonc' # if you have a configuration file - # continue-on-error: true # to prevent the build from crashing due to errors in the documentation +# continue-on-error: true # to prevent the build from crashing due to errors in the documentation build: runs-on: ubuntu-latest