Skip to content

Commit

Permalink
#1 minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Feb 4, 2022
1 parent fe303d9 commit 361453d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
name: Install all MkDocs dependencies
if: ${{ github.ref == 'refs/heads/main' }}
run: |
pip install --upgrade pip
make docs-install-python-packages
-
name: Build Site
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ extra:
link: https://github.com/EKGF/use-case-tree-method
plugins:
- include-markdown
- git-revision-date
- search:
lang:
- en
Expand All @@ -69,7 +70,6 @@ plugins:
strict: true
- macros:
module_name: docs/main
- git-revision-date
markdown_extensions:
- toc:
permalink: true
Expand Down

0 comments on commit 361453d

Please sign in to comment.