Skip to content
Snippets Groups Projects
Unverified Commit 4f951820 authored by Paul's avatar Paul :turtle:
Browse files

grr

parent 20befb49
Branches
No related tags found
No related merge requests found
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest
image: debian:sid-slim
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt update
- apt -y install hugo
test:
script:
- rm -rvf resources public
- hugo
- ls -la
except:
- master
pages:
script:
......@@ -18,4 +21,3 @@ pages:
- public
only:
- master
baseURL = "http://cuechan.gitlab.com/ffhl-wiki-hugo/"
baseURL = "http://cuechan.gitlab.com/ffhl-wiki-hugo2/"
languageCode = "en-us"
title = "FFHL Wiki"
theme = "hugo-book"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment