Hi there! I’m having a really confusing error with trying to deploy my site to neocities. I followed the tutorial by scumsuck and I thought I was able to get it to work. But when I went to my neocities page no update had been made.
I know my site is committed to the git hub and when I go to actions it says the workflow for deploy to neocities was successful. I’m not sure where the issue is since I”m not getting an error code at all. I’m still fairly new to web building so please bear with me
Okay now when I tried to deploy I did get a proper error this time
Run npm run build
npm run build
shell: /usr/bin/bash -e {0}
> dimensional-dwarf@0.0.1 build
> astro build
sh: 1: astro: not found
Error: Process completed with exit code 127.
dimensional-dwarf was the original name of the git I had linked up for my original build when I first installed astro…I then manually went into the files and renamed the project to a new name… If I hazard a guess this might be part of the issue?
How can I make sure everything is grabbing from the correct files?
ugh okay I may have figured it out - I think when I renamed my file basically I messed up my NPM module - and based on this post I’m just going to restart with a new build to make sure everything is clean.
long story short - don’t mess with files when you don’t know what you’re doing
also i have no idea how npm i and npm ci differ… but my code was copied from githubs tutorial on ghpages deployment (which you can do too, make a ghpages mirror for the site!) so ig that means its good