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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v2 - name: install jinja2
with: run: sudo pip install jinja2
node-version: "16.x"
- name: Build - name: Build
run: node .github/scripts/build.js run: python3 .github/scripts/render-readme.py
- name: Commit - name: Commit
run: | run: |
git config --global user.name 'Shmavon Gazanchyan' git config --global user.name 'Shmavon Gazanchyan'