mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Fix repo css and rel path img in md
This commit is contained in:
@@ -14,7 +14,7 @@ watch_dirs = [
|
||||
watch_exts = [".go", ".ini"]
|
||||
build_delay = 1500
|
||||
cmds = [
|
||||
["go", "install", "-tags", "sqlite cert"],
|
||||
["go", "build", "-tags", "sqlite cert"],
|
||||
["go", "install", "-tags", "sqlite redis cert"],
|
||||
["go", "build", "-tags", "sqlite redis cert"],
|
||||
["./gogs", "web"]
|
||||
]
|
Reference in New Issue
Block a user