From d16d0a2f7bf77cbd00107ef46a906ea8c9d5fdc8 Mon Sep 17 00:00:00 2001 From: Tien Ngo Date: Wed, 24 Dec 2025 16:07:39 +0700 Subject: [PATCH] commit --- .gitea/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 000d2bf..55a8c5e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -5,7 +5,7 @@ on: branches: [ "main" ] env: - BASH_ENV: ~/.profile + BASH_ENV: /root/.profile jobs: build: @@ -31,12 +31,6 @@ jobs: runs-on: homesrv needs: build steps: - - name: Check node version - run: | - export NVM_DIR="/usr/bin/node" - . ~/.profile - node -v - - uses: actions/checkout@v4 - name: Download build artifacts