aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index f5a8f59..eaf6a06 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -23,5 +23,5 @@ jobs:
mkdocs-material-
- run: |
cd docs
- pip install mkdocs-material
+ pip install -r requirements.txt
mkdocs gh-deploy --force