forked from Lissy93/dashy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Final merge into main (Lissy93#364) (Lissy93#367)
Co-authored-by: Bjorn Lammers <[email protected]> Co-authored-by: Prakash Palanisamy <[email protected]> Co-authored-by: Prakash Palanisamy <[email protected]> Co-authored-by: Dashboard Icons Bot <[email protected]>
- Loading branch information
1 parent
65be446
commit c7a85b2
Showing
5 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 🚀 Generates README | ||
name: 🚀 Generates ICONS | ||
|
||
on: | ||
push: | ||
|
@@ -17,16 +17,16 @@ jobs: | |
python-version: "3.9" | ||
architecture: "x64" | ||
|
||
- name: Readme Generator | ||
- name: ICONS Generator | ||
run: |- | ||
python _ci.py | ||
cat README.md | ||
cat ICONS.md | ||
- name: Load to GitHub | ||
run: |- | ||
git diff | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Dashboard Icons Bot" | ||
git add -A | ||
git commit -m "🚀 Generates README" || exit 0 | ||
git commit -m "🚀 Generates ICONS" || exit 0 | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<p align="center"> | ||
<h2 align="center"> 🟣 Dashboard Icons </h3> | ||
<p align="center"> | ||
<a href="https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons"> | ||
<img src="https://img.shields.io/jsdelivr/gh/hy/walkxcode/dashboard-icons?color=%23A020F0" alt="JSdelivr weekly downloads badge"> | ||
</a> | ||
</p> | ||
<p align="center"> | ||
🚀 The best place to find icons for your dashboards. | ||
<br /> | ||
<a href="https://github.com/walkxcode/dashboard-icons/"><strong>⬅️ Back to repo</strong></a> • <a href="https://shop.walkx.fyi/l/donate" target="_blank"><strong>🙌🏻 Donate</strong></a> | ||
<br /> | ||
<br /> | ||
</p> | ||
</p> | ||
<div align="center"> | ||
<!-- ICONS --> | ||
|
||
<!-- END ICONS --> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters