Skip to content

Commit c91d03c

Browse files
authored
ci: fix documentation workflow (#10248)
1 parent d92695c commit c91d03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Apply tag to api-extractor config
7777
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}}/"
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}}/api-extractor.json"
7979

8080
- name: Build docs
8181
run: pnpm run docs

0 commit comments

Comments
 (0)