Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 380 Bytes

gha-kubernetes

Various GHA workflows packaged as workflow_call events.

Automatically Updating Docs

Currently using the action-docs CLI tool to programmatically generate README docs from action.yaml files.

Install node_modules with:

npm install

Then run the generate-docs script with:

npm run docs