We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36df7ac commit 8597a3cCopy full SHA for 8597a3c
1 file changed
.github/workflows/linkchecker.yml
@@ -15,7 +15,7 @@ jobs:
15
run: sudo apt-get install w3c-linkchecker
16
- name: start check
17
run: |
18
- checklink -r -s -b https://devonfw.com | tee output.txt
+ checklink -r -s -b https://devonfw.github.io | tee output.txt
19
- name: parse check output
20
21
output=$(cat output.txt)
0 commit comments