mirror of
https://github.com/go-gitea/gitea
synced 2025-02-07 15:24:45 +00:00
Close #28287 ## How to test it in local convert Makefile L34 into: ``` cd .tmp/upstream-docs && git clean -f && git reset --hard && git fetch origin pull/28302/head:pr28302 && git switch pr28302 ```