diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 76c7ba32c0f..3c9e72eaf5c 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -42,7 +42,4 @@ jobs: with: github_token: ${{ secrets.COMMIT_TOKEN }} branch: translate_docs - - name: Install MkDocs dependencies - run: pip install -r requirements.txt - - name: Deploy with MkDocs - run: mkdocs gh-deploy --force \ No newline at end of file + force: true \ No newline at end of file