diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 89ac80e..20b970f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,10 +36,3 @@ jobs: - name: Test with pytest run: pytest - - - name: Deploy Doc - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - run: | - git config user.name github-actions - git config user.email github-actions@github.com - mkdocs gh-deploy --force