Skip to content

Commit

Permalink
install pymdown in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Apr 17, 2024
1 parent 9147901 commit 954bf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install MkDocs and extensions
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material # Optionally add any specific MkDocs plugins you require
pip install mkdocs mkdocs-material pymdown-extensions pygments # Optionally add any specific MkDocs plugins you require
- name: Build the MkDocs site
run: mkdocs build # Builds the static site from Markdown files
Expand Down

0 comments on commit 954bf28

Please sign in to comment.