test removing this

This commit is contained in:
etherware-novice 2024-07-18 20:52:15 -05:00
parent d26f580da1
commit 3141c60d8f
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

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