Simplified gitlab script
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user