From c68308c3a01be64e54cbd39a9bf01ea63c8f9c78 Mon Sep 17 00:00:00 2001 From: jeipollack Date: Fri, 13 Oct 2023 16:12:42 +0200 Subject: [PATCH] Corrected CD error wrong project name --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7975408a..c190fc2b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,7 +34,7 @@ jobs: - name: Build API documentation run: | - sphinx-apidoc -Mfeo docs/source wf-psf + sphinx-apidoc -Mfeo docs/source wf_psf sphinx-build docs/source docs/build - name: Deploy API documentation