diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1b90172..04a91a8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: - name: Grab packages run: | apt-get update && \ - apt-get install -y jq rsync tar wget + apt-get install -y jq rsync - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server