Use this action to continue maintaining or one time migrate your GitHub Lab config.yml (+ course-details.md) into one organized README.md file sturctured by GitHub skills
Add to your GitHub actions workflow steps or create a new one you can follow our template
- name: Generate README
uses: wix-academy/[email protected]
with:
config-file: 'config.yml'
course-details-file: 'course-details.md'
readme-file: 'README.md'
- uses: stefanzweifel/[email protected]
with:
commit_message: "generate README.md from config.yml + course-details.md"