update doc GitHub Actions workflow
This commit is contained in:
parent
2998860bb6
commit
ed1b3ace98
8
.github/workflows/doc.yml
vendored
8
.github/workflows/doc.yml
vendored
@ -22,3 +22,11 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
run: cmake --build . --target doc --config Release
|
run: cmake --build . --target doc --config Release
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: HTML documentation
|
||||||
|
path: |
|
||||||
|
${{runner.workspace}}/build/doc/html
|
||||||
|
!${{runner.workspace}}/build/doc/html/.doctrees
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user