Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 039228ab99 | |||
| 58d7f6be48 |
6
.github/workflows/ci-docs.yml
vendored
6
.github/workflows/ci-docs.yml
vendored
@@ -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
|
||||
# Default strict on if unset
|
||||
echo "Strict is set to {MKDOCS_STRICT:-true}"
|
||||
tools/build.sh
|
||||
2
.github/workflows/deploy-rc-pages.yml
vendored
2
.github/workflows/deploy-rc-pages.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
git add -A
|
||||
git config user.name "github-actions[bot]"
|
||||
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
|
||||
- name: Publish prerelease (GitHub)
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Chicago Metropolitan Baseball Association
|
||||
subtitle: Constitution and By-Laws
|
||||
date: 2024-06-06
|
||||
---
|
||||
Reference in New Issue
Block a user