Skip to content

Commit

Permalink
OK only master allow deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cuicaihao committed Mar 23, 2024
1 parent b44d018 commit 08ed780
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08ed780

Please sign in to comment.