1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-10 16:45:54 +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

View File

@@ -117,7 +117,7 @@ Some icons are really simple (like the Apple one), so the original version can b
<ol>
<li> If you have "html5-original", the version string would be "original" </li>
<li> If you have "react-line-wordmark", the version string would be "line-wordmark" </li>
<li> See <a href="#iconFormat">Icon Formats and Naming Conventions</a> for more details </li>
<li> See <a href="#versionNaming">Icon Formats and Naming Conventions</a> for more details </li>
</ol>
<hr>