Skip to content

Commit

Permalink
Merge pull request #2 from josh-wong/remove-material-for-mkdocs-insiders
Browse files Browse the repository at this point in the history
Remove Material for MkDocs Insiders
  • Loading branch information
josh-wong authored Sep 2, 2023
2 parents 4355a37 + 48d21e9 commit bbc5ae9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 45 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
path: .cache
- run: pip install -r requirements.txt
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: make deploy
- run: mkdocs gh-deploy --force
6 changes: 0 additions & 6 deletions Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions mkdocs.insiders.yml

This file was deleted.

3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ repo_url: https://github.com/josh-wong/passGen/
edit_uri: blob/main/docs

plugins:
# Enable the search function (currently disabled to take advantage of new search features in Material for MkDocs Insiders)
#- search
- search
- minify:
minify_html: true
- mkdocs-video:
Expand Down

0 comments on commit bbc5ae9

Please sign in to comment.