Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 4, 2023
1 parent 5e87dd5 commit fa90a84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
with:
configurePreset: 'debug'

# - name: Build performance tests in release mode
# uses: lukka/run-cmake@v10
# with:
# buildPreset: 'perftests-build'
#
# - name: Run performance tests
# run: build/release/test/perftest/oasvalidator-perftests --benchmark_format=json > build/debug/docs/benchmark.json
#
# - name: Convert benchmark.json to benchmark.rst
# run: python .github/workflows/convert_json_to_rst.py build/debug/docs/benchmark.json build/debug/docs/benchmark.rst
- name: Build performance tests in release mode
uses: lukka/run-cmake@v10
with:
buildPreset: 'perftests-build'

- name: Run performance tests
run: build/release/test/perftest/oasvalidator-perftests --benchmark_format=json > build/debug/docs/benchmark.json

- name: Convert benchmark.json to benchmark.rst
run: python .github/workflows/convert_json_to_rst.py build/debug/docs/benchmark.json build/debug/docs/benchmark.rst

- name: Build docs and code coverage
uses: lukka/run-cmake@v10
Expand Down
2 changes: 1 addition & 1 deletion docs/classdiagram.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Class Diagram
--------------------

.. plantuml:: classdiagram.puml
.. uml:: classdiagram.puml

0 comments on commit fa90a84

Please sign in to comment.