Skip to content

Commit f38df1f

Browse files
committed
add missing backslash
1 parent 7980482 commit f38df1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
bundle exec htmlproofer \
4242
--ignore-files "/.*\/ro-crate-preview\.html/","/.\/example-*\/*" \
43-
--ignore-urls "/https://w3id.org/ro/terms/workflow-run/,/https://rdmkit.elixir-europe.org/federated_learning/"
43+
--ignore-urls "/https://w3id.org/ro/terms/workflow-run/,/https://rdmkit.elixir-europe.org/federated_learning/" \
4444
--enforce-https false \
4545
./_site
4646

0 commit comments

Comments
 (0)