diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 07f6ae0..5335107 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -5,15 +5,10 @@ on: branches: - main - soo-deploy-docs - # This is just for testing purposes and needs to be removed - # before merge - pull_request: - types: - - opened - - synchronize env: PYTHON_VERSION: "3.10" + PIXI_VERSION: "v0.12.0" jobs: deploy-docs: