Skip to content

Commit e4407f8

Browse files
committed
fix typo
1 parent 434dd2c commit e4407f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
run: |
4343
cd docs
4444
uv run --frozen linkchecker --config linkcheckerrc https://docs.webknossos.org > link_status || \
45-
curl -X POST --data-urlencode "payload={\"text\": \":warning: Broken Links on doc.webknossos.org :warning:\n"'```'"\n$(cat link_status)\n"'```"}' \
45+
curl -X POST --data-urlencode "payload={\"text\": \":warning: Broken Links on docs.webknossos.org :warning:\n"'```'"\n$(cat link_status)\n"'```"}' \
4646
"$SLACK_HOOK"

0 commit comments

Comments
 (0)