Skip to content

Commit 426d87e

Browse files
authored
Update main.yml
Fix failing build
1 parent e8f7d7a commit 426d87e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
run: |
4040
pip install mkdocs-material
4141
pip install mkdocs-awesome-pages-plugin
42+
pip install mkdocs-section-index
4243
# Do the actual deployment
4344
- name: Deploy GH Pages
4445
run: |
45-
mkdocs gh-deploy --force
46+
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)