diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2a100c6..0f7a788 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: run: pip install -r requirements.txt - name: Build run: ./generate.py + - name: Env + run: env - name: Upload run: ./upload.py env: