aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentdfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf (diff)
downloadinfini-e66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa.tar.gz
infini-e66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa.zip
fix(ci): rename requirementsv0.1.0
-rw-r--r--.github/workflows/maintain-one-comment.yml22
-rw-r--r--.github/workflows/pages.yml4
2 files changed, 2 insertions, 24 deletions
diff --git a/.github/workflows/maintain-one-comment.yml b/.github/workflows/maintain-one-comment.yml
deleted file mode 100644
index beed0cee..00000000
--- a/.github/workflows/maintain-one-comment.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Maintain One Comment
-
-on:
- issues:
- types: [opened, edited]
- issue_comment:
- types: [created, edited]
- pull_request:
- types: [assigned, opened, synchronize, edited]
-
-jobs:
- comment:
- runs-on: ubuntu-latest
- steps:
- - name: maintain-comment
- uses: actions-cool/maintain-one-comment@v3
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- body: |
- Hi 😀
- emojis: '+1, laugh'
- body-include: '<!-- Created by actions-cool/maintain-one-comment -->'
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