diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 16bc14f..db17bbb 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -2,7 +2,7 @@ name: Deploy Documentation on: workflow_dispatch: push: - branches: [main, docs] + branches: [main] permissions: contents: write @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | - pip install -r requirements.txt + pip install -r requirements-dev.txt pip install -e . # Generate documentation