fix post release too

This commit is contained in:
Clement Tsang
2025-12-25 19:09:37 -05:00
parent c71e8f4776
commit b6f89118eb
+1 -6
View File
@@ -66,13 +66,8 @@ jobs:
- name: Install Python dependencies
run: pip install -r docs/requirements.txt
# TODO: Test this with the script instead
- name: Configure git user and email
run: |
git config --global user.name ${GIT_USER}
git config --global user.email ${GIT_EMAIL}
echo Name: $(git config --get user.name)
echo Email: $(git config --get user.email)
run: ./scripts/ci/configure_git.sh
# TODO: Test this with the script instead
- name: Build and deploy docs with mike as the latest stable branch