From eecb05f8fbf147d8012072007bf18ce5abcfd420 Mon Sep 17 00:00:00 2001 From: Vitaliy Kucheryaviy Date: Tue, 16 Jul 2024 16:51:31 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1afe69508..336290d91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,13 +23,3 @@ jobs: FLIT_USERNAME: __token__ FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: flit publish - - docs: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Docs update - run: git push origin master:docs