Skip to content
Snippets Groups Projects
Commit 44e75e28 authored by Onno Haldar's avatar Onno Haldar
Browse files

Add new file

parent a68f1913
No related branches found
No related tags found
No related merge requests found
#
# Publish GO HUGO GitLab Pages Site using Go Modules option
# Themes and template reference using GO Module system
#
stages:
- test
build:
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
stage: test
before_script:
# Add Go Module dependencies
- apk --no-cache add git
- apk --no-cache add go
script:
# Test Site Generation Templates
- hugo --config test/test-config.yml
only:
- dev
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment