mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-04 17:40:35 +00:00
Fix error getting config 'user.email'
This commit is contained in:
parent
89f3a810ec
commit
215ce4d979
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -27,7 +27,9 @@ jobs:
|
||||
sudo apt install doxygen
|
||||
pip install mkdocs mkdocs-material mkdocstrings pymdown-extensions mike
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
# Workaround https://github.com/actions/checkout/issues/13:
|
||||
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
|
||||
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user