ci: add GitHub Actions user to fix mike deploy
This commit is contained in:
parent
ead8a7b5bf
commit
6f2a0eab15
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue