1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-15 11:04:13 +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: with:
name: new_icons name: new_icons
path: ./new_icons.png path: ./new_icons.png
- name: Running npm task for building devicon.min.css - name: Build devicon.min.css
if: ${{ success() }} if: ${{ success() }}
run: npm run build-css run: npm run build-css
- name: Create Pull Request - name: Create Pull Request

View File

@@ -16,11 +16,10 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.8
- name: Install dependencies (python, pip, npm) - name: Install dependencies (python, pip)
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_peek.py - name: Run icomoon_peek.py
run: npm run peek run: npm run peek
- name: Upload geckodriver.log for debugging purposes - 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> <ol>
<li> If you have "html5-original", the version string would be "original" </li> <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> 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> </ol>
<hr> <hr>