mirror of
https://github.com/konpa/devicon.git
synced 2025-08-30 01:30:53 +02:00
Updated CONTRIBUTING.md
This commit is contained in:
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
name: new_icons
|
||||
path: ./new_icons.png
|
||||
- name: Running npm task for building devicon.min.css
|
||||
- name: Build devicon.min.css
|
||||
if: ${{ success() }}
|
||||
run: npm run build-css
|
||||
- name: Create Pull Request
|
||||
|
3
.github/workflows/peek_icons.yml
vendored
3
.github/workflows/peek_icons.yml
vendored
@@ -16,11 +16,10 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
- name: Install dependencies (python, pip, npm)
|
||||
- name: Install dependencies (python, pip)
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r ./.github/scripts/requirements.txt
|
||||
npm install
|
||||
- name: Run icomoon_peek.py
|
||||
run: npm run peek
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
|
Reference in New Issue
Block a user