Skip to content

Commit f10869a

Browse files
committed
Updated CONTRIBUTING.md
1 parent acdbed3 commit f10869a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
name: new_icons
3434
path: ./new_icons.png
35-
- name: Running npm task for building devicon.min.css
35+
- name: Build devicon.min.css
3636
if: ${{ success() }}
3737
run: npm run build-css
3838
- name: Create Pull Request

.github/workflows/peek_icons.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
uses: actions/setup-python@v2
1717
with:
1818
python-version: 3.8
19-
- name: Install dependencies (python, pip, npm)
19+
- name: Install dependencies (python, pip)
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r ./.github/scripts/requirements.txt
23-
npm install
2423
- name: Run icomoon_peek.py
2524
run: npm run peek
2625
- name: Upload geckodriver.log for debugging purposes

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Some icons are really simple (like the Apple one), so the original version can b
117117
<ol>
118118
<li> If you have "html5-original", the version string would be "original" </li>
119119
<li> If you have "react-line-wordmark", the version string would be "line-wordmark" </li>
120-
<li> See <a href="#iconFormat">Icon Formats and Naming Conventions</a> for more details </li>
120+
<li> See <a href="#versionNaming">Icon Formats and Naming Conventions</a> for more details </li>
121121
</ol>
122122

123123
<hr>

0 commit comments

Comments
 (0)