From 70c638cbbeb04b1450acb1fc4518ceaf445f0deb Mon Sep 17 00:00:00 2001 From: exnersim Date: Wed, 15 Jan 2025 15:18:46 +0100 Subject: [PATCH] fix for doc action --- .github/workflows/Documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 64eed533..0d51232f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -59,7 +59,7 @@ jobs: # $SRC_FOLDER_PATH/jupyter-src/*.svg $SRC_FOLDER_PATH/pluto-src/*.html run: | mkdir $WORK_TREE - mv $SRC_FOLDER_PATH/*.md $WORK_TREE + mv $SRC_FOLDER_PATH/jupyter-src/*.md $WORK_TREE rm -r $SRC_FOLDER_PATH/* - name: "Install dependencies"