mirror of
https://github.com/konpa/devicon.git
synced 2025-08-06 14:46:46 +02:00
Merge branch 'develop' into some-small-fixes
This commit is contained in:
35
.github/workflows/build_icons.yml
vendored
35
.github/workflows/build_icons.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install dependencies (python, pip, npm)
|
- name: Install dependencies (python, pip, npm)
|
||||||
run: |
|
run: |
|
||||||
@@ -17,12 +17,13 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: Executing build and create fonts via icomoon
|
- name: Executing build and create fonts via icomoon
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: >
|
run: >
|
||||||
python ./.github/scripts/icomoon_build.py
|
python ./.github/scripts/icomoon_build.py
|
||||||
./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
|
./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json
|
||||||
./devicon.json ./icons ./ "$GITHUB_TOKEN" --headless
|
./devicon.json ./icons ./ $GITHUB_TOKEN --headless
|
||||||
|
|
||||||
- name: Upload geckodriver.log for debugging purposes
|
- name: Upload geckodriver.log for debugging purposes
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@@ -42,15 +43,15 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
run: npm run build-css
|
run: npm run build-css
|
||||||
|
|
||||||
- name: Upload screenshot of the newly made icons
|
# - name: Upload screenshot of the newly made icons
|
||||||
id: imgur_step
|
# id: imgur_step
|
||||||
uses: devicons/public-upload-to-imgur@v2.2.2
|
# uses: devicons/public-upload-to-imgur@v2.2.2
|
||||||
if: success()
|
# if: success()
|
||||||
with:
|
# with:
|
||||||
# will have "new_icons.png" and "new_svgs.png"
|
# # will have "new_icons.png" and "new_svgs.png"
|
||||||
# in that order (cause sorted alphabetically)
|
# # in that order (cause sorted alphabetically)
|
||||||
path: ./screenshots/*.png
|
# path: ./screenshots/*.png
|
||||||
client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
# client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
||||||
|
|
||||||
- name: Get the release message from file
|
- name: Get the release message from file
|
||||||
id: release_message_step
|
id: release_message_step
|
||||||
@@ -68,14 +69,6 @@ jobs:
|
|||||||
|
|
||||||
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file.
|
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file.
|
||||||
|
|
||||||
Here are all the **SVGs** that were uploaded (the new ones are those with highlight):
|
|
||||||
|
|
||||||
{0}
|
|
||||||
|
|
||||||
Here is what they look like as icons:
|
|
||||||
|
|
||||||
{1}
|
|
||||||
|
|
||||||
The devicon.min.css file contains:
|
The devicon.min.css file contains:
|
||||||
-The icon content
|
-The icon content
|
||||||
-The aliases
|
-The aliases
|
||||||
@@ -83,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
I also compiled a list of new features and icons that were added since last release.
|
I also compiled a list of new features and icons that were added since last release.
|
||||||
```
|
```
|
||||||
{2}
|
{0}
|
||||||
```
|
```
|
||||||
|
|
||||||
More information can be found in the GitHub Action logs for this workflow.
|
More information can be found in the GitHub Action logs for this workflow.
|
||||||
@@ -98,8 +91,6 @@ jobs:
|
|||||||
${{
|
${{
|
||||||
format(
|
format(
|
||||||
env.MESSAGE,
|
env.MESSAGE,
|
||||||
fromJSON(steps.imgur_step.outputs.markdown_urls)[1],
|
|
||||||
fromJSON(steps.imgur_step.outputs.markdown_urls)[0],
|
|
||||||
steps.release_message_step.outputs.content
|
steps.release_message_step.outputs.content
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
4448
devicon-base.css
4448
devicon-base.css
File diff suppressed because it is too large
Load Diff
2
devicon.min.css
vendored
2
devicon.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
1483
fonts/devicon.svg
1483
fonts/devicon.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 5.2 MiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
16
package-lock.json
generated
16
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "devicon",
|
"name": "devicon",
|
||||||
"version": "2.15.1",
|
"version": "2.16.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "devicon",
|
"name": "devicon",
|
||||||
"version": "2.15.1",
|
"version": "2.16.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"concurrently": "^8.2.2",
|
"concurrently": "^8.2.2",
|
||||||
@@ -20,9 +20,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/runtime": {
|
"node_modules/@babel/runtime": {
|
||||||
"version": "7.23.8",
|
"version": "7.23.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz",
|
||||||
"integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==",
|
"integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"regenerator-runtime": "^0.14.0"
|
"regenerator-runtime": "^0.14.0"
|
||||||
@@ -5394,9 +5394,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": {
|
"@babel/runtime": {
|
||||||
"version": "7.23.8",
|
"version": "7.23.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz",
|
||||||
"integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==",
|
"integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"regenerator-runtime": "^0.14.0"
|
"regenerator-runtime": "^0.14.0"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "devicon",
|
"name": "devicon",
|
||||||
"version": "2.15.1",
|
"version": "2.16.0",
|
||||||
"description": "Programming related icons collection",
|
"description": "Programming related icons collection",
|
||||||
"main": "devicon.min.css",
|
"main": "devicon.min.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user