Skip to content

Commit

Permalink
NOISSUE - Install DrawIO plugin in CI (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Arvindh <[email protected]>
  • Loading branch information
arvindh123 authored Jan 31, 2024
1 parent d333969 commit 903d79e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Checkout master
uses: actions/checkout@v4

- name: Install mkdocs plugins
run: |
pip install mkdocs-drawio-file
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
Expand Down

0 comments on commit 903d79e

Please sign in to comment.