Skip to content

Commit

Permalink
fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Feb 6, 2024
1 parent 0503eb4 commit 61ba0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.x'

- name: Install dependencies
run: pip install mkdocs
run: pip install mkdocs-material

- name: Build and deploy
run: mkdocs gh-deploy --force
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
site_name: MTPHandler
description: A simple tool to manage MTP data
theme:
name: 'material'
name: material
logo: 'images/MTPHandler_logo.png'

nav:
Expand Down

0 comments on commit 61ba0ae

Please sign in to comment.