summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f58b1b8c..fb6efb3f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -18,9 +18,6 @@ jobs:
- name: Run deno task check
run: cd vhosts/blog; deno task check
- - name: Run deno test
- run: cd vhosts/blog; deno test
-
deploy:
needs: test
runs-on: ubuntu-latest
@@ -41,5 +38,4 @@ jobs:
git restore -- .
git clean -fd
git switch -d origin/main
- make clean
make deploy