diff options
| author | 2023-10-07 02:54:01 +0800 | |
|---|---|---|
| committer | 2023-10-07 02:54:01 +0800 | |
| commit | e66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa (patch) | |
| tree | d1cb018a1ebf3efff2b745b0403af5a254d73ea6 /.github/workflows/pages.yml | |
| parent | dfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf (diff) | |
| download | infini-e66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa.tar.gz infini-e66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa.zip | |
fix(ci): rename requirementsv0.1.0
Diffstat (limited to '.github/workflows/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 4 |
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 |
