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:
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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user