We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92695c commit c91d03cCopy full SHA for c91d03c
.github/workflows/documentation.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Apply tag to api-extractor config
77
if: ${{ env.REF_TYPE == 'tag' && !inputs.ref }}
78
- 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"
79
80
- name: Build docs
81
run: pnpm run docs
0 commit comments