Remove Node.js steps

This commit is contained in:
Helen Chong 2024-04-05 19:06:21 +08:00
parent 22c4be984f
commit 8b9aa9f013
1 changed files with 0 additions and 9 deletions

View File

@ -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