From 7dc5bdfef578d5eb4938ae3d24d1c114d81bdb76 Mon Sep 17 00:00:00 2001 From: Qjuh <76154676+Qjuh@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:27:20 +0200 Subject: [PATCH] ci: fix call to generateSplitDocumentation if run on tag (#10209) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .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 7687894d7..51a89aba0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -88,7 +88,7 @@ jobs: cd "packages/${PACKAGE}" sed -i 's!https://github.com/discordjs/discord.js/tree/main!https://github.com/discordjs/discord.js/tree/${{ inputs.ref }}!' api-extractor.json ../../main/packages/api-extractor/bin/api-extractor run --local --minify - ../../main/packages/scripts/bin/generateSplitDocumentation + ../../main/packages/scripts/bin/generateSplitDocumentation.js cd ../.. done