From d8304cbed26d2ff16faabd540e7396e4c36e3cd5 Mon Sep 17 00:00:00 2001 From: beppe Date: Sun, 16 Jun 2024 16:14:51 +0200 Subject: [PATCH] i dont need to compile anything ofc... fml --- .github/workflows/neocities.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index e13845e..97022a3 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -25,12 +25,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: ${{ env.node_version }} - - run: npm i - - run: npm run build - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1 with: