diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 386563a..5a530aa 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,5 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v4 + run: | + git clone https://github.com/your-username/your-repo.git + - name: build + run: | + docker build -t mistoxnet \ No newline at end of file