Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit-walia committed Oct 7, 2024
1 parent bfe216e commit d7a71aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

jobs:
deploy:
name: Deploy Job
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -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
Expand Down

0 comments on commit d7a71aa

Please sign in to comment.