From 8b9aa9f013faa04901b2a373048b5612befd3f82 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:06:21 +0800 Subject: [PATCH] Remove Node.js steps --- .github/workflows/neocities.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 11d2a2d1..0ed7b652 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -17,15 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 # Set up any tools and build steps here - # This example uses a Node.js toolchain to build a site - - name: Use Node.js - uses: actions/setup-node@v3 - with: - node-version: lts/* - - name: Install deps and build - run: | - npm i - npm run build # When the dist_dir is ready, deploy it to neocities - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v2.0.2