We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcb399 commit 8f6abd6Copy full SHA for 8f6abd6
.github/workflows/deploy-docs.yaml
@@ -18,9 +18,9 @@ jobs:
18
with:
19
python-version: '3.10'
20
21
- - name: Install MkDocs and Material theme
+ - name: Install Python dependencies
22
run: |
23
- pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-plausible-plugin
+ pip install -r requirements.txt
24
25
- name: Install AWS CLI
26
0 commit comments