From 22e026577a04a4d8255da080ec0eb4a75e037800 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Fri, 1 Dec 2023 11:22:11 -0600 Subject: [PATCH] Fix API docs workflow --- .github/workflows/api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index bd47e95..7d0af7e 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -10,5 +10,5 @@ jobs: secrets: inherit with: package_name: console-kit - modules: ConsoleKit ConsoleKitTerminal ConsoleKitCommands + modules: ConsoleKit,ConsoleKitTerminal,ConsoleKitCommands pathsToInvalidate: /consolekit/* /consolekitterminal/* /consolekitcommands/*