ci: Documentation CI now uses a correct build target

This commit is contained in:
Mateusz Pusz
2020-12-16 21:00:45 +01:00
parent 1f16a64340
commit 6ac08c2e3b

View File

@@ -80,7 +80,7 @@ jobs:
- name: Generate documentation
run: |
cd build
cmake --build . --target sphinx --config Release
cmake --build . --target documentation --config Release
- name: Deploy documentation
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3