mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-23 20:08:09 -08:00
Changed github workflow to run new script
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user