From 039228ab99c09b5fc6b9a282e82924994dbbb293 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 5 Feb 2026 09:24:58 -0600 Subject: [PATCH] update ci --- .github/workflows/ci-docs.yml | 6 +++--- metadata.yml | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 metadata.yml diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 142af5f..429b4e0 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -39,6 +39,6 @@ jobs: - name: MkDocs build (strict default) run: | set -euo pipefail - # Default not strict on if unset - export MKDOCS_STRICT="${MKDOCS_STRICT:-true}" - tools/build.sh --config mkdocs/mkdocs.yml \ No newline at end of file + # Default strict on if unset + echo "Strict is set to {MKDOCS_STRICT:-true}" + tools/build.sh \ No newline at end of file diff --git a/metadata.yml b/metadata.yml deleted file mode 100644 index efa2263..0000000 --- a/metadata.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- - title: Chicago Metropolitan Baseball Association - subtitle: Constitution and By-Laws - date: 2024-06-06 ---- \ No newline at end of file