fix: lowercase Welcome landing link
https://projects.knownelement.com/issues/928
This commit is contained in:
+3
-2
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
# runs repo QA before any push
|
||||
"$(dirname "$0")/site-qa.sh"
|
||||
# runs repo QA before any push (gitea pre-push hook)
|
||||
cd "$(dirname "$0")/../.." || exit 1
|
||||
exec ./qa/site-qa.sh
|
||||
|
||||
Reference in New Issue
Block a user