mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-03 12:44:49 +02:00
Switch doc build to github actions
This commit is contained in:
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
@@ -14,10 +14,6 @@ jobs:
|
||||
sudo apt install doxygen
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
- name: Configure
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} $GITHUB_WORKSPACE
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: cmake --build . --config ${{matrix.build_type}}
|
||||
run: $GITHUB_WORKSPACE/support/build-docs.py
|
||||
|
Reference in New Issue
Block a user