Skip to content

Commit

Permalink
github: docs: Move requirements.txt to docs/
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Tao <rongtao@cestc.cn>
  • Loading branch information
Rtoax committed Jan 7, 2025
1 parent 1549e05 commit 423b42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- 'docs/en/**'
- 'docs/zh/**'
- 'docs/images/**'
- docs/requirements.txt
- .github/workflows/docs.yml
- .github/workflows/requirements.txt
- mkdocs.yml
branches:
- master
Expand All @@ -18,8 +18,8 @@ on:
- 'docs/en/**'
- 'docs/zh/**'
- 'docs/images/**'
- docs/requirements.txt
- .github/workflows/docs.yml
- .github/workflows/requirements.txt
- mkdocs.yml

permissions:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/workflows/requirements.txt
pip install -r docs/requirements.txt
- name: Build site
run: mkdocs build
- name: Deploy to gh-pages
Expand Down
File renamed without changes.

0 comments on commit 423b42a

Please sign in to comment.