Skip to content

Merge pull request #1526 from MunGell/remove-faker #88

Merge pull request #1526 from MunGell/remove-faker

Merge pull request #1526 from MunGell/remove-faker #88

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- 'data.json'
- '.github/tpl.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install jinja2
run: sudo pip install jinja2
- name: Build
run: python3 .github/scripts/render-readme.py
- name: Commit
run: |
git config --global user.name 'Shmavon Gazanchyan'
git config --global user.email '[email protected]'
git commit -am "Update README.md"
git push