mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Fix docs
This commit is contained in:
parent
1085cc2178
commit
ff9673463c
3
.github/workflows/doc.yml
vendored
3
.github/workflows/doc.yml
vendored
@ -4,6 +4,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
# Use Ubuntu 20.04 because doxygen 1.8.13 from Ubuntu 18.04 is broken.
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -11,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: |
|
run: |
|
||||||
sudo apt install doxygen python-virtualenv
|
sudo apt install doxygen python3-virtualenv
|
||||||
sudo npm install -g less clean-css
|
sudo npm install -g less clean-css
|
||||||
cmake -E make_directory ${{runner.workspace}}/build
|
cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user