From 3dc38d0905940575b991eab37b27ca165ba5e4af Mon Sep 17 00:00:00 2001 From: MCorange Date: Fri, 20 Feb 2026 06:39:01 +0200 Subject: [PATCH] currently dont have any dependencies --- .gitea/workflows/neocities.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/neocities.yml b/.gitea/workflows/neocities.yml index 7883a47..cd55d69 100644 --- a/.gitea/workflows/neocities.yml +++ b/.gitea/workflows/neocities.yml @@ -25,10 +25,10 @@ jobs: with: node-version: lts/* # If you have a different build process, replace this with your own build steps - - name: Install deps and build - run: | - npm i - npm run build + #- name: Install deps and build + # run: | + # npm i + # npm run build # When the dist_dir is ready, deploy it to neocities # Here we deploy the folder named `public` - name: Deploy to neocities