From b3935bfaffb52b195365f30488f7ce6db3ff3fd7 Mon Sep 17 00:00:00 2001 From: Steve Keay Date: Wed, 11 Sep 2024 10:48:52 +0100 Subject: [PATCH] Update docs paths to refelct changes to workflow directory structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 740e3d89b..bb526115c 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ $(ACTIVATE): requirements-docs.txt docs/workflows: $(ACTIVATE) @mkdir -p docs/workflows - @$(PYTHON) scripts/argo-workflows-to-mkdocs.py argo-workflows docs/workflows + @$(PYTHON) scripts/argo-workflows-to-mkdocs.py workflows docs/workflows .PHONY: docs docs: $(ACTIVATE) docs/workflows ## Builds the documentation