From f9a2cc8113bc62c0673d9e6dc4c96bbc2989b2d8 Mon Sep 17 00:00:00 2001 From: Julieanna Bacon Date: Thu, 15 Feb 2024 12:09:49 -0500 Subject: [PATCH] CI docs: Added pixi version to doc deployment workflow and removed the run conditions that were added for testing --- .github/workflows/deploy_docs.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: