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