diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-10 02:04:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-10 02:04:11 +0900 |
| commit | 72ddb20b9f37472c2e697274ec39585385543ab2 (patch) | |
| tree | d9ccba172a7bc3d219c482234547441da147a4a0 | |
| parent | d1b4bc44170196a4dcef5254d092fc387e73792e (diff) | |
| download | nsfisis.dev-72ddb20b9f37472c2e697274ec39585385543ab2.tar.gz nsfisis.dev-72ddb20b9f37472c2e697274ec39585385543ab2.tar.zst nsfisis.dev-72ddb20b9f37472c2e697274ec39585385543ab2.zip | |
fix(ci): fix failed task
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
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 |
