diff --git a/ci/Containerfile b/ci/Containerfile index 9431b75..f7a735b 100644 --- a/ci/Containerfile +++ b/ci/Containerfile @@ -6,6 +6,8 @@ RUN apk update && \ apk add zola --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ && \ apk add \ openssh-client-default \ + python3 \ + py3-ruamel.yaml \ rsync \ && \ rm -rf /var/cache/apk/* diff --git a/ci/build.sh b/ci/build.sh index df66631..df57139 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1 +1,8 @@ zola build --base-url / + +python3 /dev/fd/3 < songquotes.yml > public/songquotes.json 3< - +{% block after_content %}{% endblock %}