currently dont have any dependencies
Some checks failed
Deploy to neocities / deploy (push) Failing after 8s

This commit is contained in:
2026-02-20 06:39:01 +02:00
parent f42e490bbb
commit 3dc38d0905

View File

@@ -25,10 +25,10 @@ jobs:
with: with:
node-version: lts/* node-version: lts/*
# If you have a different build process, replace this with your own build steps # If you have a different build process, replace this with your own build steps
- name: Install deps and build #- name: Install deps and build
run: | # run: |
npm i # npm i
npm run build # npm run build
# When the dist_dir is ready, deploy it to neocities # When the dist_dir is ready, deploy it to neocities
# Here we deploy the folder named `public` # Here we deploy the folder named `public`
- name: Deploy to neocities - name: Deploy to neocities