2 Commits

Author SHA1 Message Date
039228ab99 update ci
All checks were successful
CI - Docs build check / build-check (push) Successful in 8s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Successful in 6s
2026-02-05 09:24:58 -06:00
58d7f6be48 update
All checks were successful
CI - Docs build check / build-check (push) Successful in 8s
Deploy RC preview to GitHub Pages / deploy-rc-pages (push) Successful in 6s
2026-02-05 08:46:15 -06:00
3 changed files with 4 additions and 9 deletions

View File

@@ -39,6 +39,6 @@ jobs:
- name: MkDocs build (strict default) - name: MkDocs build (strict default)
run: | run: |
set -euo pipefail set -euo pipefail
# Default not strict on if unset # Default strict on if unset
export MKDOCS_STRICT="${MKDOCS_STRICT:-true}" echo "Strict is set to {MKDOCS_STRICT:-true}"
tools/build.sh --config mkdocs/mkdocs.yml tools/build.sh

View File

@@ -63,7 +63,7 @@ jobs:
git add -A git add -A
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Deploy RC preview ${REF}" || echo "No changes to commit" git commit -m "Deploy RC preview ${GITHUB_REF_NAME}" || echo "No changes to commit"
git push origin gh-pages git push origin gh-pages
- name: Publish prerelease (GitHub) - name: Publish prerelease (GitHub)
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2

View File

@@ -1,5 +0,0 @@
---
title: Chicago Metropolitan Baseball Association
subtitle: Constitution and By-Laws
date: 2024-06-06
---