使用GitHub Actions自动更新开源项目API文档
原文英文,约600词,阅读约需3分钟。发表于: 。This article teaches you how to automatically update a Docusaurus-driven documentation repository after releasing an open-source TypeScript library.
更新开源库时,需自动更新API文档。使用api-extractor提取接口信息,api-documenter生成markdown文件,并结合GitHub Actions自动提交文档。配置个人访问令牌(PAT)以推送更改,确保文档网站在新版本发布后自动更新。