From 3141c60d8f760f76cddc8902db3d94d59d027637 Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:52:15 -0500 Subject: [PATCH] test removing this --- .github/workflows/neodeploy.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/neodeploy.yml b/.github/workflows/neodeploy.yml index 6daaf88..9dd90de 100644 --- a/.github/workflows/neodeploy.yml +++ b/.github/workflows/neodeploy.yml @@ -16,16 +16,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