From 8492abaa2bccab3a1e71db33c2455478e3bc79b2 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Wed, 23 Apr 2025 19:34:24 +0200 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6771243d..39f882b9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,11 +47,7 @@ jobs: with: repository: AdaptiveMotorControlLab/cebra-demos path: docs/source/demo_notebooks - # NOTE(stes): This is a temporary branch to add the xCEBRA demo notebooks - # to the docs. Once the notebooks are merged into main, we can remove this - # branch and change the ref to main. - # ref: main - ref: stes/add-xcebra + ref: main - name: Set up Python 3.10 uses: actions/setup-python@v5