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