Remove Node.js steps
This commit is contained in:
parent
22c4be984f
commit
8b9aa9f013
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue