currently dont have any dependencies
Some checks failed
Deploy to neocities / deploy (push) Failing after 8s
Some checks failed
Deploy to neocities / deploy (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user