mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-11 22:20:02 +08:00
Fix error getting config 'user.name'
This commit is contained in:
parent
1f170d3fe0
commit
89f3a810ec
1
.github/workflows/doc.yml
vendored
1
.github/workflows/doc.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
sudo apt install doxygen
|
||||
pip install mkdocs mkdocs-material mkdocstrings pymdown-extensions mike
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user