Simplified gitlab script

This commit is contained in:
Nathan Schneider
2025-06-25 12:54:37 -07:00
parent bbf2a7b1c8
commit 8d96346186

View File

@@ -17,9 +17,6 @@ stages:
# Job to build the Hugo site # Job to build the Hugo site
build_site: build_site:
stage: build stage: build
before_script:
- echo "installing NPM packages"
- npm install
script: script:
- echo "Starting Hugo build..." - echo "Starting Hugo build..."
- hugo version - hugo version