We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e962050 commit 79845a0Copy full SHA for 79845a0
.github/workflows/website-docs.yml
@@ -72,19 +72,13 @@ jobs:
72
WEBSITE_INCLUDE_JAVADOCS: "true"
73
WEBSITE_INCLUDE_DEVGUIDE: "true"
74
75
- - name: Install HTMLProofer
76
- run: |
77
- set -euo pipefail
78
- gem install --no-document html-proofer
79
-
80
- name: Validate internal links and images
81
82
83
- htmlproofer docs/website/public \
84
- --checks Links,Images \
85
- --disable-external \
86
- --assume-extension \
87
- --allow-hash-href
+ uses: lycheeverse/lychee-action@v2
+ with:
+ args: >-
+ --offline
+ --no-progress
+ docs/website/public/**/*.html
88
89
- name: Reject absolute codenameone.com links
90
run: |
0 commit comments