Skip to content

Commit 8a3554d

Browse files
committed
Fixing documentation build process
1 parent 4223e0c commit 8a3554d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ jobs:
245245
git commit -m 'Updated project version after build [skip ci]'
246246
git push --quiet origin HEAD:${CI_ACTION_REF_NAME}
247247
248+
- name: Setup git config
249+
run: |
250+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
251+
git config --global user.name "github-actions[bot]"
252+
248253
- name: Build and publish documentation
249254
run: |
250255
pip install mkdocs

0 commit comments

Comments
 (0)