From c91d03c53536487974e80128c4de5634ceb53434 Mon Sep 17 00:00:00 2001 From: Almeida Date: Sat, 4 May 2024 19:18:45 +0100 Subject: [PATCH] ci: fix documentation workflow (#10248) --- .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 51a89aba0079..b2692239aca2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -75,7 +75,7 @@ jobs: - name: Apply tag to api-extractor config if: ${{ env.REF_TYPE == 'tag' && !inputs.ref }} - run: sed -i 's!https://github.com/discordjs/discord.js/tree/main!https://github.com/discordjs/discord.js/tree/${{ steps.extract-tag.outputs.semver }}!' "packages/${{ steps.extract-tag.outputs.package}}/" + run: sed -i 's!https://github.com/discordjs/discord.js/tree/main!https://github.com/discordjs/discord.js/tree/${{ steps.extract-tag.outputs.semver }}!' "packages/${{ steps.extract-tag.outputs.package}}/api-extractor.json" - name: Build docs run: pnpm run docs