From d7a71aaf7ed33ad8448f15f913ce69e940716fd1 Mon Sep 17 00:00:00 2001 From: sumit-walia Date: Mon, 7 Oct 2024 11:27:46 -0700 Subject: [PATCH] updated workflows --- .github/workflows/cmake.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6ea29f2..4c1dba9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -10,6 +10,7 @@ permissions: jobs: deploy: + name: Deploy Job runs-on: ubuntu-latest steps: - name: Checkout Code @@ -26,9 +27,10 @@ jobs: key: ${{ github.ref }} path: .cache - - name: build docs + - name: Install dependencies and build mkdocs run: | pip install mkdocs-material + pip install "mkdocs-material[imaging]" mkdocs gh-deploy --force - name: install pre-reqs and build