From 1286995d1ba92261ebba5e0e7c8164bc5862b11a Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Mon, 4 Dec 2023 22:25:33 +0500 Subject: [PATCH] packages --- .github/workflows/deploy-docs.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2c47931..d0072f6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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