Remove NPM Deps
Some checks failed
Build Hugo Site / build (push) Failing after 12s

This commit is contained in:
Ben Hays 2023-10-22 22:02:50 -04:00
parent 18f656acb1
commit ebad0d93f0

View File

@ -18,8 +18,6 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo - name: Build with Hugo
env: env:
HUGO_ENVIRONMENT: production HUGO_ENVIRONMENT: production