Skip to content

Commit

Permalink
Add mkdocs-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Aug 13, 2023
1 parent a7bb482 commit ac72b5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install MkDocs and Material for MkDocs
run: pip install mkdocs[i18n] mkdocs-material
- name: Install requirements
run: pip install -r ./requirements.txt
run: pip install -r docs/requirements.txt
- name: Setup caching
uses: actions/cache@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mkdocs==1.5.2
mkdocs-material==9.1.21
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.7.1
mkdocs-redirects==1.2.1
mkdocs-git-revision-date-localized-plugin==1.2.0

0 comments on commit ac72b5d

Please sign in to comment.