nodejs.dev
nodejs.dev copied to clipboard
Introduce GitHub Action for Syncing API docs
Enter your suggestions in details:
Since we introduced a new script for fetching Nodejs API docs and generating files (npm run sync-api), we now need to create a GitHub Action that either runs this script and automatically commits to main with the latest data daily or syncs based on if any new commit happens on nodejs/node repository.
This is a fairly simple GitHub Action. Some references:
- https://github.com/stefanzweifel/git-auto-commit-action
Hello there, would love to take on this issue during Hacktoberfest!
Coolio! Thanks for your interest!
hii I'd like to work on the issue