From d0ef83a5ecd43de1a5737a65c8ae41af09c3b257 Mon Sep 17 00:00:00 2001 From: Leon <33361643+xleonplayz@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:42:35 +0000 Subject: [PATCH] cd --- .github/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index eec24ef..1bcadb1 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -25,7 +25,7 @@ jobs: - name: Generate API documentation run: | - sphinx-apidoc -o docs/source /pfad/zu/deinem/modul ./test + sphinx-apidoc -o docs/source ./src ./test - name: Build Sphinx documentation run: |