update doc GitHub Actions workflow

This commit is contained in:
Alexey Ochapov 2020-11-04 20:12:44 +03:00
parent ac390bf9ba
commit 04d5c7fd66
No known key found for this signature in database
GPG Key ID: 9DC52E8F031B8DA8

View File

@ -22,3 +22,11 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
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