generated from tomkerkhove/template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Automatically detect broken links (#25
* ci: Automatically detect broken links Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com> * Update ci.yml Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com> * Update ci.yml Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com> * Update ci.yml Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com> * Update ci.yml Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com> * Update ci.yml Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com> * Fix dead links * Move exclude * Fix last link * Remove example site * Remove dead links --------- Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
- Loading branch information
1 parent
a61e59f
commit f3d2c5c
Showing
48 changed files
with
37 additions
and
2,587 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
broken_links: | ||
name: Detect Broken Links | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Link Checker | ||
uses: lycheeverse/lychee-action@v1.6.1 | ||
with: | ||
args: --verbose --no-progress 'docs/**/*.md' --exclude-loopback --exclude 'docs/themes/**/*.md' | ||
format: markdown | ||
jobSummary: true | ||
fail: true |
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
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
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
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
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
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
15 changes: 0 additions & 15 deletions
15
docs/themes/bigspring/exampleSite/config/_default/config.toml
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
docs/themes/bigspring/exampleSite/config/_default/languages.toml
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
docs/themes/bigspring/exampleSite/config/_default/menus.de.toml
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
docs/themes/bigspring/exampleSite/config/_default/menus.en.toml
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
docs/themes/bigspring/exampleSite/config/_default/params.toml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.