diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0487f42484856..54eb49517f31b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,9 @@ jobs: with: ref: docs path: mkdocs - - run: mv mkdocs/* . + - run: | + mv mkdocs/* . + mv -f mkdocs/requirements.txt . - name: Configure Git Credentials run: | git config user.name github-actions[bot] diff --git a/requirements.txt b/requirements.txt index 208e6390dfa59..5a914ddf5b038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,2 @@ -black==23.12.1 -Requests==2.31.0 -sortedcontainers==2.4.0 -urllib3==1.26.18 -mkdocs-git-committers-plugin-2==2.2.3 -mkdocs-material==9.5.7 -jieba==0.42.1 \ No newline at end of file +black==24.2.0 +Requests==2.31.0 \ No newline at end of file