From e66ce466e59aca6a8b25b7e82f7ba809cc9b2eaa Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 7 Oct 2023 02:54:01 +0800 Subject: fix(ci): rename requirements --- .github/workflows/maintain-one-comment.yml | 22 ---------------------- .github/workflows/pages.yml | 4 ++-- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows/maintain-one-comment.yml 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: '' 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 -- cgit v1.2.3-70-g09d2