From 4c24af46f9a7060078f5c3359577839a8676e6b7 Mon Sep 17 00:00:00 2001 From: Sidney Gathrid Date: Thu, 4 Jul 2024 11:37:35 -0700 Subject: [PATCH] test build from docs branch --- .github/actions/setup-conda/action.yml | 1 - .github/workflows/docbuild-and-upload.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-conda/action.yml b/.github/actions/setup-conda/action.yml index b85c0bf..74c8333 100644 --- a/.github/actions/setup-conda/action.yml +++ b/.github/actions/setup-conda/action.yml @@ -12,5 +12,4 @@ runs: python-version: '3.11' # You can adjust the Python version as needed auto-update-conda: true environment-file: ${{ inputs.environment-file }} - environment-name: test activate-environment: test \ No newline at end of file diff --git a/.github/workflows/docbuild-and-upload.yml b/.github/workflows/docbuild-and-upload.yml index e177f72..e011306 100644 --- a/.github/workflows/docbuild-and-upload.yml +++ b/.github/workflows/docbuild-and-upload.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: sg_docs - name: Set up Conda uses: ./.github/actions/setup-conda