mirror of
https://github.com/fmtlib/fmt.git
synced 2025-06-25 01:11:40 +02:00
Fix error getting config 'user.name'
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user