Skip to content

Commit

Permalink
Update mkdocs-deploy.yml
Browse files Browse the repository at this point in the history
Removed mkdocs from dependencies and leave on mkdocs-material to test the actions
  • Loading branch information
Pepe-Marquez authored Dec 6, 2023
1 parent f32c2f0 commit eeb7419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material pymdown-extensions mkdocs-click
pip install mkdocs-material pymdown-extensions mkdocs-click
- name: Build and deploy
run: |
Expand Down

0 comments on commit eeb7419

Please sign in to comment.