Skip to content

Commit 426a4db

Browse files
authored
chore: gh workflow yaml syntax (#722)
* chore: gh workflow yaml syntax * Java 25 in ignored link
1 parent c59babe commit 426a4db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/link-validator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: sbt docs/makeSite
5656

5757
- name: Run Link Validator
58+
run: |
5859
VERSION=$(ls docs/target/site/libraries/akka-persistence-r2dbc)
5960
sed -e "s/snapshot/$VERSION/" scripts/link-validator.conf > /tmp/link-validator.conf
6061
cs launch net.runne::site-link-validator:0.2.5 -- /tmp/link-validator.conf

scripts/link-validator.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ site-link-validator {
2727
"https://mvnrepository.com/artifact/",
2828
"https://repo.akka.io/",
2929
# created in api/akka-persistence-r2dbc/snapshot/akka/persistence/r2dbc/internal/Sql$.html
30-
"https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String$.html"
30+
"https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/String$.html"
3131
]
3232

3333
non-https-whitelist = [

0 commit comments

Comments
 (0)