From 7211149ac438876ac7f394625e63864e301b73e0 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Tue, 17 Sep 2024 14:18:32 +0200 Subject: [PATCH] Fix path of get_examples in the build-and-publish workflow --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 90bc3e7..52f89da 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: - id: collectExamples run: | - echo examplesjson=$(./developer/get_examples.py) >> $GITHUB_OUTPUT + echo examplesjson=$(./src/get_examples.py) >> $GITHUB_OUTPUT generate-example: needs: setup