Skip to content

Commit 06fe6a6

Browse files
paulswithersGitHub Enterprise
authored andcommitted
Merge pull request #9 from Volt-MX-GO/actions_fix
Fix needed for GitHub actions
2 parents abe3367 + fea8d54 commit 06fe6a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: Install Mkdocs and pre-reqs
3939
run: |
4040
pip install mkdocs-material
41-
pip install mkdocs-awesome-pages-plugin
42-
pip install mkdocs-section-index
41+
pip install mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mike mkdocs-markdownextradata-plugin mkdocs-git-authors-plugin mkdocs-blog-plugin mkdocs-section-index
4342
# Do the actual deployment
4443
- name: Deploy GH Pages
4544
run: |

0 commit comments

Comments
 (0)