diff --git a/.gitea/workflows/compile-debian-11.yml b/.gitea/workflows/compile-debian-11.yml deleted file mode 100644 index 31a9803..0000000 --- a/.gitea/workflows/compile-debian-11.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: compile -on: - - push - -jobs: - Debian-11-compile: - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - name: Compile - run: make -# -# TODO: Upload (drone code) -# -# environment: -# DOWNLOADDIR: /usr/share/nginx/html/download/bin/x86_64-f32/ -# commands: -# - mkdir -p "$${DOWNLOADDIR}" -# - cp wait "$${DOWNLOADDIR}"