Skip to content

Commit

Permalink
Install mkdocs-material (it has pymdown-extensions as transit. dep.)
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Nov 9, 2024
1 parent a18e338 commit ad015d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: _clones/microbiomedata/nmdc-runtime
run: python ${{ github.workspace }}/src/nmdc_runtime/modify_mkdocs_config.py mkdocs.yml mkdocs.yml
- name: Install dependencies of `nmdc-runtime` docs
run: python -m pip install mkdocs-mermaid2-plugin mkdocs-jupyter pymdown-extensions
run: python -m pip install mkdocs-material mkdocs-mermaid2-plugin mkdocs-jupyter
# Docs: https://www.mkdocs.org/user-guide/cli/
- name: Compile source documents into HTML
working-directory: _clones/microbiomedata/nmdc-runtime
Expand Down

0 comments on commit ad015d0

Please sign in to comment.