Skip to content

Commit e9f91f8

Browse files
authored
fix: Update publish workflow to call the right script (#113)
Updating publish step deploying the TypeDoc to actually have the correct file.
1 parent 9774b81 commit e9f91f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ jobs:
120120
run: pnpm install
121121

122122
- name: Publish new docs
123-
run: node scripts/publish-docs.js
123+
run: node scripts/publish-docs.mjs

0 commit comments

Comments
 (0)