From c27fb6ff05d058b69b39c8cd06322fef6a58ae78 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Mon, 16 Oct 2023 16:24:54 +0200 Subject: [PATCH] fixed recursive cp for pictures --- .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 15a4784..1e52fb0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: run: | cp README.md ./source/README.md cp LICENSE ./source/LICENSE - cp Pictures ./source/Pictures + cp -r Pictures ./source/Pictures sphinx-apidoc -o source scraibe/ sphinx-build -M html source docs make html