Skip to content

Commit 516428b

Browse files
committed
Setup git config for mkdocs ci
This is necessary to allow us to deploy the mike latest docs.
1 parent 3d5264b commit 516428b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
if: ${{ github.event_name == 'pull_request' }}
5454
run: mkdocs build
5555

56+
- name: Setup git config
57+
run: |
58+
git config --global user.name "github-actions[bot]"
59+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
60+
5661
- name: Deploy docs - PR preview
5762
if: ${{ github.event_name == 'pull_request' }}
5863
uses: rossjrw/pr-preview-action@v1

0 commit comments

Comments
 (0)