🛠 render script added

This commit is contained in:
ful1e5 2020-09-05 16:48:02 +05:30
parent 3e2931c966
commit 71b1674e52

View file

@ -43,7 +43,8 @@ jobs:
with:
node-version: "12.x"
- run: yarn install
- run: yarn render
- run: yarn render:bibata-modern
- run: yarn render:bibata-original
- name: Set up Python
uses: actions/setup-python@v2