Skip to content

VUU-1118: WIP Create GH Action to generate README #14

VUU-1118: WIP Create GH Action to generate README

VUU-1118: WIP Create GH Action to generate README #14

name: Generate README from docs folder
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate readme
run: bash .github/workflows/generate-readme.sh
- name: Commit
uses: EndBug/add-and-commit@v9
with:
message: 'Update readme'
add: 'README_AUTO.md'
default_author: github_actions