From 39239e64819c9d268ab2d2e8ba196f886c27337b Mon Sep 17 00:00:00 2001 From: engigu Date: Mon, 23 Mar 2026 22:57:22 +0800 Subject: [PATCH] fix: node path find error --- .github/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d9af74..aec06d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,17 +15,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - base_type: [debian, debian13] # alpine skipped + base_type: [debian] include: - base_type: debian base_tag: base tag_suffix: "" -# - base_type: alpine -# base_tag: base-alpine -# tag_suffix: "-alpine" - # - base_type: debian13 - # base_tag: base-debian13 - # tag_suffix: "-debian13" permissions: contents: read