From 08ed7803aef0f3e9d501471461af7301bf736aaa Mon Sep 17 00:00:00 2001 From: "Caihao (Chris) Cui" Date: Sat, 23 Mar 2024 18:12:29 +1100 Subject: [PATCH] OK only master allow deployment --- .github/workflows/python-CI.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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