summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-10 02:04:06 +0900
committernsfisis <nsfisis@gmail.com>2025-04-10 02:04:11 +0900
commit72ddb20b9f37472c2e697274ec39585385543ab2 (patch)
treed9ccba172a7bc3d219c482234547441da147a4a0
parentd1b4bc44170196a4dcef5254d092fc387e73792e (diff)
downloadnsfisis.dev-72ddb20b9f37472c2e697274ec39585385543ab2.tar.gz
nsfisis.dev-72ddb20b9f37472c2e697274ec39585385543ab2.tar.zst
nsfisis.dev-72ddb20b9f37472c2e697274ec39585385543ab2.zip
fix(ci): fix failed task
-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