aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pages.yml')
-rw-r--r--.github/workflows/pages.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 08c92457..ea8fddf0 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -1,4 +1,4 @@
-name: ci
+name: build Pages
on:
push:
branches:
@@ -22,5 +22,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: |
- pip install -r requirements_mkdocs.txt
+ pip install -r requirements.txt
mkdocs gh-deploy --force