1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-21 05:41:46 +02:00

add gulp action for building devicon.min.css

This commit is contained in:
Clemens Bastian
2020-09-06 16:03:02 +02:00
committed by GitHub
parent 047ab67211
commit e6a5f9c567
3 changed files with 1636 additions and 288 deletions

View File

@@ -14,14 +14,15 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Set up Python 3.8 - name: Setup Python v3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.8
- name: Install dependencies - name: Install dependencies (python, pip, npm)
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r ./.github/scripts/requirements.txt pip install -r ./.github/scripts/requirements.txt
npm install
- name: Run icomoon_upload.py - name: Run icomoon_upload.py
run: > run: >
python ./.github/scripts/icomoon_upload.py python ./.github/scripts/icomoon_upload.py
@@ -32,6 +33,9 @@ jobs:
with: with:
name: geckodriver-log name: geckodriver-log
path: ./geckodriver.log path: ./geckodriver.log
- name: Running gulp default task for building devicon.min.css
run: |
gulp default
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

1914
package-lock.json generated

File diff suppressed because it is too large Load Diff