Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run lychee
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --base . --cache --max-cache-age 1d '_site/**/*.html'
args: --verbose --no-progress --base '_site' --cache --max-cache-age 1d --root-dir / '_site/**/*.html'
fail: true

# - name: Create Issue From File
Expand Down
3 changes: 3 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ javascript:.*
https://www.linkedin.com*
.*@.*example.com
(ht|f)tps?://.*\.?example\.(com|org).*
/docs
https://www.researchgate.net/*
https://academic.oup.com/*
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ legal:

home_calls_to_action:
- { url: "/language/", title: "Language introduction" }
- { url: "/docs/", title: "Standards and specifications" }

collections:
# Temporary fix
Expand Down
12 changes: 0 additions & 12 deletions _pages/standards.adoc

This file was deleted.