Refresh website content, add contrib docs to the generation pipeline
#1
Merged
nico
merged 1 commits from fnux/cdist-web:master
into master
1 year ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'fnux/cdist-web:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Here's a quick refresh of the cdist website that was forgotten uncommitted on my laptop for a few months:
0c0a639969
into master 1 year agoLGTM, 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).
0c0a639969
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.