Skip to content

Commit 0f8fe87

Browse files
authored
Merge pull request #887 from naher94/development
Link Checker + Dead Link Updated
2 parents e3b4147 + 3261656 commit 0f8fe87

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/link-check.yml

-8
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,11 @@ jobs:
3030
- name: Build Jekyll site
3131
run: bundle exec jekyll build --trace
3232

33-
- name: Filter files to check (include _site, exclude _site/css and _site/img)
34-
run: |
35-
# Find all files in _site, but exclude _site/css and _site/img
36-
find ./_site -type f | grep -vE '/(css|img)/' > files-to-check.txt
37-
cat files-to-check.txt
38-
3933
- name: Link Checker
4034
id: lychee
4135
uses: lycheeverse/lychee-action@v2
4236
with:
4337
fail: false
44-
files: './files-to-check.txt'
45-
base: https://rehanbutt.com
4638

4739
- name: Create Issue From File
4840
if: steps.lychee.outputs.exit_code != 0

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"
1313
1414
baseurl: "" # the subpath of your site, e.g. /blog
1515
url: "https://rehanbutt.com" # the base hostname & protocol for your site
16-
version: 9.3.0
16+
version: 9.3.1
1717
version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava, Honeydew, Imbe]
1818

1919
# Build settings

_resources/designx-salary.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'DesignX Salary'
3-
link: https://designx.community/salary/
3+
link: https://designx.community/design-salaries/
44
description: An Open Database of Design Salaries, Promoting salary transparency & pay equity amongst design professionals across industries, experience levels & geographies.
55
tags: []
66
content-type: reference

0 commit comments

Comments
 (0)