Skip to content

Commit

Permalink
🐞 fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmoart committed May 14, 2024
1 parent b64763d commit e4d0e15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: --no-progress '.github/output.md' --exclude-mail --exclude 'https://pixabay.com/*' --exclude 'https://www.pexels.com/*' --exclude 'https://svgl.vercel.app/' --exclude "https://help.videvo.net/*" --exclude 'https://remixicon.com/license' --exclude 'flaticon.com/*' --exclude 'https://www.artstation.com/' --exclude 'https://archetypeapp.com' --exclude 'https://github.com/chakra-ui/ark/*'
args: --no-progress '.github/output.md' --exclude-mail --exclude 'https://pixabay.com/*' --exclude 'https://www.pexels.com/*' --exclude 'https://svgl.vercel.app/' --exclude "https://help.videvo.net/*" --exclude 'https://remixicon.com/license' --exclude 'flaticon.com/*' --exclude 'https://www.artstation.com/' --exclude 'https://archetypeapp.com' --exclude 'https://github.com/chakra-ui/ark/*' --exclude 'https://medium.com'

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down
23 changes: 7 additions & 16 deletions source-web/src/assets/db/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,13 @@
},
{
"id": 33,
"name": "Mono Icons",
"link": "https://icons.mono.company/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/monoicons",
"license": "MIT",
"licenseLink": "https://github.com/mono-company/mono-icons/blob/master/LICENSE.md",
"order": 40
"order": 78,
"name": "Mage Icons",
"link": "https://mageicons.com/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/mageicons",
"license": "Apache 2.0",
"licenseLink": "https://github.com/Mage-Icons/mage-icons/blob/main/License.txt",
"tags": ["Package"]
},
{
"id": 34,
Expand Down Expand Up @@ -589,15 +590,5 @@
"license": "Freemium",
"licenseLink": "https://iconscout.com/pricing",
"tags": ["Package"]
},
{
"id": 63,
"order": 78,
"name": "Mage Icons",
"link": "https://mageicons.com/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/mageicons",
"license": "Apache 2.0",
"licenseLink": "https://github.com/Mage-Icons/mage-icons/blob/main/License.txt",
"tags": ["Package"]
}
]

0 comments on commit e4d0e15

Please sign in to comment.