Changed github workflow to run new script

This commit is contained in:
Sammy Hori
2024-11-17 21:45:43 +00:00
parent fe164b7153
commit b531c33c6b

View File

@@ -13,11 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: install jinja2
run: sudo pip install jinja2
- name: Build
run: node .github/scripts/build.js
run: python3 .github/scripts/render-readme.py
- name: Commit
run: |
git config --global user.name 'Shmavon Gazanchyan'