Skip to content

Commit 01d5608

Browse files
committed
updated install mkdocs
1 parent 8573b39 commit 01d5608

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4141
aws-region: us-west-2 # or your preferred region
4242

43-
- name: Build MkDocs site
43+
- name: Install MkDocs and Material theme
4444
run: |
45-
rm -rf site
46-
mkdocs build
45+
pip install mkdocs mkdocs-material
4746
4847
- name: Deploy to S3
4948
run: |

0 commit comments

Comments
 (0)