Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 4, 2023
1 parent 5791136 commit 1286995
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@ jobs:
submodules: true
fetch-depth: 0

# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.x'

# - name: Setup Java 17
# uses: actions/setup-java@v3
# with:
# java-version: '17'
# distribution: 'adopt'

- name: Gcovr
uses: threeal/gcovr-action@v1.0.0

- name: Setup plantuml
uses: grassedge/generate-plantuml-action@v1.5

- name: Setup Doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
with:
additional-packages: sphinx

- name: Sphinx
uses: ammaraskar/sphinx-action@master

- uses: lukka/get-cmake@latest

- name: Configure code coverage code coverage and docs
Expand Down

0 comments on commit 1286995

Please sign in to comment.