1 Commits

Author SHA1 Message Date
351af45301 update to deploy-rc
All checks were successful
CI - Docs build check / build-check (push) Successful in 8s
2026-02-05 17:56:04 -06:00

View File

@@ -91,8 +91,7 @@ jobs:
run: |
set -euo pipefail
rm -rf ./*
cp -a ${RUNNER_TEMP}/
/mkdocs_out/site/. .
cp -a ${RUNNER_TEMP}/mkdocs_out/site/. .
git add -A
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"