Skip to content

Commit

Permalink
odpi#659 Fix headers for mkdocs-material 9.x (remove custom)
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Jan 3, 2023
1 parent fa20875 commit 0630d0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material==8.5.3
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
working-directory: ./site
2 changes: 1 addition & 1 deletion .github/workflows/pr-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material==8.5.3
- run: pip install mkdocs-material
- run: mkdocs build
working-directory: ./site
152 changes: 0 additions & 152 deletions site/overrides/partials/header.html

This file was deleted.

0 comments on commit 0630d0a

Please sign in to comment.