Refresh website content, add contrib docs to the generation pipeline #1
Loading…
Reference in a new issue
No description provided.
Delete branch "fnux/cdist-web:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's a quick refresh of the cdist website that was forgotten uncommitted on my laptop for a few months:
LGTM, merging. Do you remember how we updated the website?
Yep, the Makefile of this repository provides helpers to build and push everything to staticweb.
https://code.ungleich.ch/ungleich-public/cdist-web/src/branch/master/Makefile
You need
cdist-web
,cdist
andcdist-contrib
all in the same directory, and fromcdist-contrib
runmake release-publish
(I never did it myself, though).I could do it but I don't have write access to this repository (which is needed since the changelog and a few other things are committed into cdist-web).