aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/pages.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 02:54:01 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 02:54:01 +0800
commite66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa (patch)
treed1cb018a1ebf3efff2b745b0403af5a254d73ea6 /.github/workflows/pages.yml
parentdfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf (diff)
downloadinfini-0.1.0.tar.gz
infini-0.1.0.zip
fix(ci): rename requirementsv0.1.0
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