mirror of
https://github.com/konpa/devicon.git
synced 2025-09-03 03:15:22 +02:00
Refactored peek and build scripts
This commit is contained in:
5
.github/workflows/build_icons.yml
vendored
5
.github/workflows/build_icons.yml
vendored
@@ -19,10 +19,7 @@ jobs:
|
||||
pip install -r ./.github/scripts/requirements.txt
|
||||
npm install
|
||||
- name: Run icomoon_upload.py
|
||||
run: >
|
||||
python ./.github/scripts/icomoon_upload.py
|
||||
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe
|
||||
./icomoon.json ./devicon.json ./icons ./ --headless
|
||||
run: npm run build
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{failure()}}
|
||||
|
5
.github/workflows/peek_icons.yml
vendored
5
.github/workflows/peek_icons.yml
vendored
@@ -22,10 +22,7 @@ jobs:
|
||||
pip install -r ./.github/scripts/requirements.txt
|
||||
npm install
|
||||
- name: Run icomoon_peek.py
|
||||
run: >
|
||||
python ./.github/scripts/icomoon_peek.py
|
||||
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe
|
||||
./icomoon.json ./devicon.json ./icons ./ --headless
|
||||
run: npm run peek
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{failure()}}
|
||||
|
Reference in New Issue
Block a user