ci: add GitHub Actions user to fix mike deploy

This commit is contained in:
Fischer Moseley 2024-10-06 13:03:30 -06:00
parent ead8a7b5bf
commit 6f2a0eab15
1 changed files with 7 additions and 0 deletions

View File

@ -17,5 +17,12 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material mike
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: mike deploy --push dev