diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 9b20b83..cda3e1d 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -18,6 +18,7 @@ jobs: run: | cd /data/TOPVERSE_Official git pull + docker build -t website-v1:latest "." docker stop website-v1 || true docker rm -f website-v1 || true