Skip to content

Commit

Permalink
Merge pull request #70 from stekern/renovate/typedoc-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typedoc to v0.27.6
  • Loading branch information
stekern authored Jan 23, 2025
2 parents b4ca636 + 7fbb21a commit 2ce8c29
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 517 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- run: npm run build
- name: verify docs are up-to-date
run: |
diff <(npx ts-node utils/generate-docs.ts README.md) README.md || { cat <<EOF
diff <(npx tsx utils/generate-docs.mts README.md) README.md || { cat <<EOF
The documentation is not up-to-date. Run the following command to update:
printf "%s\n" "\$(npx ts-node utils/generate-docs.ts README.md)" > README.md
printf "%s\n" "\$(npx tsx utils/generate-docs.mts README.md)" > README.md
EOF
exit 1
}
Expand Down
Loading

0 comments on commit 2ce8c29

Please sign in to comment.