Skip to content

Commit 96629d8

Browse files
authored
Merge branch 'devicons:master' into feat/artixlinux
2 parents d08ab2a + 6910f05 commit 96629d8

File tree

315 files changed

+4785
-2919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+4785
-2919
lines changed

.github/workflows/build_icons.yml

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-python@v4
1010
with:
11-
python-version: 3.8
11+
python-version: '3.10'
1212

1313
- name: Install dependencies (python, pip, npm)
1414
run: |
@@ -17,12 +17,13 @@ jobs:
1717
npm install
1818
1919
- name: Executing build and create fonts via icomoon
20+
shell: bash
2021
env:
2122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2223
run: >
2324
python ./.github/scripts/icomoon_build.py
2425
./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
25-
./devicon.json ./icons ./ "$GITHUB_TOKEN" --headless
26+
./devicon.json ./icons ./ $GITHUB_TOKEN --headless
2627
2728
- name: Upload geckodriver.log for debugging purposes
2829
uses: actions/upload-artifact@v2
@@ -42,15 +43,15 @@ jobs:
4243
if: success()
4344
run: npm run build-css
4445

45-
- name: Upload screenshot of the newly made icons
46-
id: imgur_step
47-
uses: devicons/[email protected]
48-
if: success()
49-
with:
50-
# will have "new_icons.png" and "new_svgs.png"
51-
# in that order (cause sorted alphabetically)
52-
path: ./screenshots/*.png
53-
client_id: ${{secrets.IMGUR_CLIENT_ID}}
46+
# - name: Upload screenshot of the newly made icons
47+
# id: imgur_step
48+
# uses: devicons/[email protected]
49+
# if: success()
50+
# with:
51+
# # will have "new_icons.png" and "new_svgs.png"
52+
# # in that order (cause sorted alphabetically)
53+
# path: ./screenshots/*.png
54+
# client_id: ${{secrets.IMGUR_CLIENT_ID}}
5455

5556
- name: Get the release message from file
5657
id: release_message_step
@@ -68,22 +69,14 @@ jobs:
6869
6970
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file.
7071
71-
Here are all the **SVGs** that were uploaded (the new ones are those with highlight):
72-
73-
{0}
74-
75-
Here is what they look like as icons:
76-
77-
{1}
78-
7972
The devicon.min.css file contains:
8073
-The icon content
8174
-The aliases
8275
-The colored classes
8376
8477
I also compiled a list of new features and icons that were added since last release.
8578
```
86-
{2}
79+
{0}
8780
```
8881
8982
More information can be found in the GitHub Action logs for this workflow.
@@ -98,8 +91,6 @@ jobs:
9891
${{
9992
format(
10093
env.MESSAGE,
101-
fromJSON(steps.imgur_step.outputs.markdown_urls)[1],
102-
fromJSON(steps.imgur_step.outputs.markdown_urls)[0],
10394
steps.release_message_step.outputs.content
10495
)
10596
}}

0 commit comments

Comments
 (0)