From c757f521dead78fb2cca8cf18bbcc2e351a1e56e Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 7 Nov 2023 12:06:02 +0100 Subject: [PATCH] add next `..` --- .github/workflows/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 6136d64da..277ac9a57 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -57,7 +57,7 @@ jobs: with: # the napari-docs repo is cloned into a docs/ folder, hence the # invocation below. Locally, you should simply run make docs - run: make -C docs docs GALLERY_PATH=../examples/ + run: make -C docs docs GALLERY_PATH=../../examples/ - name: Upload artifact