mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
remove unneeded node dependencies steps
This commit is contained in:
parent
dd2aa6c251
commit
298f44fad1
1 changed files with 0 additions and 4 deletions
4
.github/workflows/deploy-to-neocities.yml
vendored
4
.github/workflows/deploy-to-neocities.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install Node.js dependencies
|
||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
||||
- name: Build with Hugo
|
||||
run: hugo --minify
|
||||
- name: Insert 404 page
|
||||
|
@ -52,8 +50,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install Node.js dependencies
|
||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue