Skip to content

Commit

Permalink
fix: remove tags plugin
Browse files Browse the repository at this point in the history
- Removed non-existent tags plugin from mkdocs.yml
- Removed tags plugin from workflow dependencies
  • Loading branch information
MaterDev committed Jan 17, 2025
1 parent 812989f commit b9ef3ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs-material
pip install mkdocs-dracula-theme
pip install mkdocs-awesome-pages-plugin
pip install mkdocs-tags-plugin
pip install mkdocs-material
pip install pyyaml
- name: Update logs
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ markdown_extensions:
plugins:
- search
- awesome-pages
- tags

0 comments on commit b9ef3ff

Please sign in to comment.