Closed
Description
- Gitea version (or commit ref):
- Git version: git version 2.25.1
- Operating system: Ubuntu
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
Description
Gitea is not updating the web interface. This is a fresh install (just got it), and the web ui will not update. But after I commited using
git add .
git commit -m "message"
git push origin master
and then ran git pull
it said everything up to date, but the web ui is not updating. (see ss)