mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
ci: Documentation CI now uses a correct build target
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user