mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: fix documentation workflow (#10248)
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Apply tag to api-extractor config
|
- name: Apply tag to api-extractor config
|
||||||
if: ${{ env.REF_TYPE == 'tag' && !inputs.ref }}
|
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
|
- name: Build docs
|
||||||
run: pnpm run docs
|
run: pnpm run docs
|
||||||
|
|||||||
Reference in New Issue
Block a user