We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61a1d5 commit 9497e0bCopy full SHA for 9497e0b
.github/workflows/gh-pages.yml
@@ -71,7 +71,7 @@ jobs:
71
key: cache-lychee-${{ github.sha }}
72
restore-keys: cache-lychee-
73
- name: Run lychee
74
- uses: lycheeverse/lychee-action@v1
+ uses: lycheeverse/lychee-action@v2.0.2
75
with:
76
args: "-n --cache --max-cache-age 10d docs/rfc docs/ldml"
77
fail: false
.github/workflows/maven.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Run lychee on PathDescriptions.md
55
56
57
args: "-n --cache --max-cache-age 10d tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/PathDescriptions.md"
58
fail: true
0 commit comments