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