mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -04:00
🧹 Remove old lock files bitmaps
This commit is contained in:
parent
59ca6519a2
commit
7d2f7d54e3
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue