mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-22 10:30:05 +00:00
Simplify deps
This commit is contained in:
parent
ff72f553e3
commit
d9899492c1
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install doxygen
|
||||
pip install mkdocs mkdocs-material mkdocstrings pymdown-extensions mike
|
||||
pip install mkdocs-material mkdocstrings 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)"
|
||||
|
Loading…
Reference in New Issue
Block a user