mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Update doc image
This commit is contained in:
5
.github/workflows/doc.yml
vendored
5
.github/workflows/doc.yml
vendored
@ -7,8 +7,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# Use Ubuntu 20.04 because doxygen 1.8.13 from Ubuntu 18.04 is broken.
|
runs-on: ubuntu-22.04
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
@ -25,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install doxygen
|
sudo apt install doxygen
|
||||||
pip install mkdocs-material==9.5.25 mkdocstrings==0.25.1 mike==2.1.1
|
pip install mkdocs-material==9.5.25 mkdocstrings==0.26.1 mike==2.1.1
|
||||||
cmake -E make_directory ${{runner.workspace}}/build
|
cmake -E make_directory ${{runner.workspace}}/build
|
||||||
# Workaround https://github.com/actions/checkout/issues/13:
|
# 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.name "$(git --no-pager log --format=format:'%an' -n 1)"
|
||||||
|
Reference in New Issue
Block a user