diff --git a/.github/workflows/python-CI.yml b/.github/workflows/python-CI.yml index 02fa4bd..da1058b 100644 --- a/.github/workflows/python-CI.yml +++ b/.github/workflows/python-CI.yml @@ -57,21 +57,3 @@ jobs: - name: Test with pytest run: | pytest test.py -v - - deploy_docs: - needs: build - runs-on: ubuntu-latest - environment: production - steps: - - uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install mkdocs - - name: Deploy to GitHub Pages - run: | - mkdocs gh-deploy --force