🧹 Remove old lock files bitmaps

This commit is contained in:
ful1e5 2020-10-24 10:09:46 +05:30
parent 59ca6519a2
commit 7d2f7d54e3

View file

@ -35,9 +35,11 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: "12.x" node-version: "12.x"
- run: yarn install - run: |
- run: yarn render:bibata-modern rm -rf bitmaps
- run: yarn render:bibata-original yarn install
yarn render:bibata-modern
yarn render:bibata-original
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2