From 877217e14f501771d7696e750ee24436d66f14b8 Mon Sep 17 00:00:00 2001 From: catchSheep <81134674+catchSheep@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:35:41 +0800 Subject: [PATCH] updated script name --- .github/workflows/notebook_colab_gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook_colab_gen.yml b/.github/workflows/notebook_colab_gen.yml index aef0914..b7777fc 100644 --- a/.github/workflows/notebook_colab_gen.yml +++ b/.github/workflows/notebook_colab_gen.yml @@ -9,5 +9,5 @@ jobs: - name: Check out the repository to the runner uses: actions/checkout@v4 - name: Run the colab build script - run: python build/colab_nb_builder.py --directory notebooks + run: python build_scripts/colab_nb_builder.py --directory notebooks - run: echo "Job status is ${{ job.status }}"