Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr authored Jan 20, 2024
1 parent d2f7e9e commit bcc0384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
working-directory: ${{github.workspace}}/build
# Execute the build.
run: |
cmake --build . --config $BUILD_TYPE
cmake --build .
- name: Check Build Docs
working-directory: ${{github.workspace}}/build/docs/sphinx
Expand Down

0 comments on commit bcc0384

Please sign in to comment.