1
0
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:
Thomas Bui
2020-12-11 00:06:32 -08:00
parent acdbed3075
commit f10869aebf
3 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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